nux-1.14.0
|
Public Member Functions | |
Dialog (const TCHAR *WindowName=TEXT("")) | |
Protected Member Functions | |
virtual void | RecvOk ()=0 |
virtual void | RecvCancel ()=0 |
virtual void | Start (bool StartModal) |
Protected Attributes | |
Button * | m_OkButton |
Button * | m_CancelButton |
HLayout * | m_ButtonLayout |