GDialog

GDialog — a dialog box.

Synopsis

class GDialog GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GDialog

Class Members

These functions correspond to Windows functions, but may not have exactly the same name. The links attempt a search on the name, but you might have to refine the search manually.

Create (args?...)
Search on CDialog::Create.
DoModal (args?...)
Search on CDialog::DoModal.
EndDialog (nRetCode)
Search on CDialog::EndDialog.
MapDialogRect (lpRect)
Search on CDialog::MapDialogRect.

This class also inherits the functions of GWindowBase.