|
OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Implementation of class TDialog. More...
#include <owl/pch.h>#include <owl/dialog.h>#include <owl/applicat.h>#include <owl/commctrl.h>#include <owl/appdict.h>#include <string.h>#include <owl/winres.rh>Go to the source code of this file.
Namespaces | |
| namespace | owl |
| Object Windows Library (OWLNext Core) | |
Macros | |
| #define | dfTmplMask 0x0f0000 |
| #define | dfTmplDelMask 0x0a0000 |
Functions | |
| owl::DIAG_DECLARE_GROUP (OwlMsg) | |
| owl::DIAG_DECLARE_GROUP (OwlWin) | |
| owl::_OWLDATA (uint) GetWindowPtrMsgId | |
| owl::_OWLDATA (TDialog *) DlgCreationWindow | |
| owl::EV_COMMAND (IDOK, CmOk) | |
| owl::EV_COMMAND (IDCANCEL, CmCancel) | |
| owl::IMPLEMENT_STREAMABLE1 (TDialog, TWindow) | |
Variables | |
| owl::EV_DM_GETDEFID | |
| owl::EV_DM_SETDEFID | |
| owl::EV_DM_REPOSITION | |
Implementation of class TDialog.
TDialogs are the base for any type of modal or modeless window that loads itself from resource.
Definition in file dialog.cpp.
| #define dfTmplDelMask 0x0a0000 |
Definition at line 58 of file dialog.cpp.
| #define dfTmplMask 0x0f0000 |
Definition at line 57 of file dialog.cpp.