|
LMMS
|
Classes | |
| struct | modalDlgRet |
Functions | |
| static SWELL_DialogResourceIndex * | resById (SWELL_DialogResourceIndex *reshead, const char *resid) |
| bool | IsModalDialogBox (HWND hwnd) |
| HWND | DialogBoxIsActive () |
| void | swell_dlg_destroyspare () |
| static void | spareTimer (HWND hwnd, UINT uMsg, UINT_PTR idEvent, DWORD dwtime) |
| void | EndDialog (HWND wnd, int ret) |
| int | SWELL_DialogBox (SWELL_DialogResourceIndex *reshead, const char *resid, HWND parent, DLGPROC dlgproc, LPARAM param) |
| HWND | SWELL_CreateDialog (SWELL_DialogResourceIndex *reshead, const char *resid, HWND parent, DLGPROC dlgproc, LPARAM param) |
| HMENU | SWELL_GetDefaultWindowMenu () |
| void | SWELL_SetDefaultWindowMenu (HMENU menu) |
| HMENU | SWELL_GetDefaultModalWindowMenu () |
| void | SWELL_SetDefaultModalWindowMenu (HMENU menu) |
Variables | |
| static HMENU | g_swell_defaultmenu |
| static HMENU | g_swell_defaultmenumodal |
| void(* | SWELL_DDrop_onDragLeave )() |
| void(* | SWELL_DDrop_onDragOver )(POINT pt) |
| void(* | SWELL_DDrop_onDragEnter )(void *hGlobal, POINT pt) |
| const char *(* | SWELL_DDrop_getDroppedFileTargetPath )(const char *extension) |
| bool | SWELL_owned_windows_levelincrease =false |
| static WDL_PtrList< modalDlgRet > | s_modalDialogs |
| static SWELL_OSWINDOW | s_spare |
| static RECT | s_spare_rect |
| static UINT_PTR | s_spare_timer |
| static int | s_spare_style |
| static int | s_last_dlgret |
| SWELL_DialogResourceIndex * | SWELL_curmodule_dialogresource_head |
| bool IsModalDialogBox | ( | HWND | hwnd | ) |
|
static |
| HWND SWELL_CreateDialog | ( | SWELL_DialogResourceIndex * | reshead, |
| const char * | resid, | ||
| HWND | parent, | ||
| DLGPROC | dlgproc, | ||
| LPARAM | param ) |
| int SWELL_DialogBox | ( | SWELL_DialogResourceIndex * | reshead, |
| const char * | resid, | ||
| HWND | parent, | ||
| DLGPROC | dlgproc, | ||
| LPARAM | param ) |
| void swell_dlg_destroyspare | ( | ) |
| HMENU SWELL_GetDefaultModalWindowMenu | ( | ) |
| HMENU SWELL_GetDefaultWindowMenu | ( | ) |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| SWELL_DialogResourceIndex* SWELL_curmodule_dialogresource_head |
| const char *(* SWELL_DDrop_getDroppedFileTargetPath) (const char *extension) | ( | const char * | extension | ) |
| void(* SWELL_DDrop_onDragLeave) () | ( | ) |
| bool SWELL_owned_windows_levelincrease =false |