DLG_TYPE

Detailed Description

Enumerations

enum class  DLG_TYPE {
  MODAL ,
  MODAL_RESIZEABLE ,
  ASYNC ,
  ASYNC_POPUP_RESIZEABLE ,
  ASYNC_POPUPEDIT ,
  ASYNC_TOOLBAR ,
  ASYNC_FULLSCREEN_WORK ,
  ASYNC_FULLSCREEN_MONITOR ,
  DUMMY
}
 

Functions

enum DLG_TYPE MAXON_ENUM_LIST (DLG_TYPE)
 

Enumeration Type Documentation

◆ DLG_TYPE

enum DLG_TYPE
strong
Enumerator
MODAL 

Modal dialog.

MODAL_RESIZEABLE 

Resizable modal dialog.

ASYNC 

Non-modal (asynchronous) dialog.

ASYNC_POPUP_RESIZEABLE 

Non-modal (asynchronous) dialog. Resizable popup dialog style (no menu bar).

ASYNC_POPUPEDIT 

Non-modal (asynchronous) dialog. Popup dialog style (no menu bar, no window frame).

ASYNC_TOOLBAR 

Non-modal (asynchronous) dialog. Toolbar style with no minimize/maximize buttons, but close button.

ASYNC_FULLSCREEN_WORK 

Non-modal (asynchronous) dialog. Fullscreen over desktop area.

ASYNC_FULLSCREEN_MONITOR 

Non-modal (asynchronous) dialog. Fullscreen over the whole monitor area.

DUMMY 

Function Documentation

◆ MAXON_ENUM_LIST()

enum DLG_TYPE MAXON_ENUM_LIST ( DLG_TYPE  )