Type (Path CDEnvC Header / ccdui.h)

UIShowType

typedef builtin UIShowType;

Description how to show a window

Article - About this type


Using In

  void ccd_ui_show(UIContainer window, UIShowType type);
    Display the window

  UIShowType UIShowTypeNewWindow;
    Open in new OS window if system supported, or open by an alert dialog

  UIShowType UIShowTypeEditorTab;
    Open in new editor tab

类型 (属于 CDEnvC拓展 / ccdui.h)

UIShowType

typedef builtin UIShowType;

表示窗口显示的方法

关于此类型的介绍文章


被用于

  void ccd_ui_show(UIContainer window, UIShowType type);
    展示窗口

  UIShowType UIShowTypeNewWindow;
    在支持的设备上以新系统窗口打开,否则以弹出对话框打开

  UIShowType UIShowTypeEditorTab;
    在编辑器Tab上打开