Go to the source code of this file.
Namespaces | |
| namespace | dialog_helper |
Classes | |
| class | dialog_helper::dialog |
| class | dialog_helper::dialog_modal |
| This class is meant to be instantiated on-stack, as a local variable. Using new/delete operators instead or even making this a member of another object works, but does not make much sense because of the way this works (single run() call). More... | |
| class | dialog_helper::dialog_modeless |
| class | dialog_helper::dialog_modeless_v2 |
Functions | |
| HWND | uCreateDialog (UINT id, HWND parent, DLGPROC proc, LPARAM param=0) |
| Wrapper (provided mainly for old code), simplifies parameters compared to standard CreateDialog() by using core_api::get_my_instance(). | |
| int | uDialogBox (UINT id, HWND parent, DLGPROC proc, LPARAM param=0) |
| Wrapper (provided mainly for old code), simplifies parameters compared to standard DialogBox() by using core_api::get_my_instance(). | |
| HWND uCreateDialog | ( | UINT | id, | |
| HWND | parent, | |||
| DLGPROC | proc, | |||
| LPARAM | param = 0 | |||
| ) |
Wrapper (provided mainly for old code), simplifies parameters compared to standard CreateDialog() by using core_api::get_my_instance().
| int uDialogBox | ( | UINT | id, | |
| HWND | parent, | |||
| DLGPROC | proc, | |||
| LPARAM | param = 0 | |||
| ) |
Wrapper (provided mainly for old code), simplifies parameters compared to standard DialogBox() by using core_api::get_my_instance().
1.5.5