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?...)

Corresponds to CDialog::Create.

DoModal (args?...)

Corresponds to CDialog::DoModal.

EndDialog (nRetCode)

Corresponds to CDialog::EndDialog.

MapDialogRect (lpRect)

Corresponds to CDialog::MapDialogRect.

This class also inherits the functions of GWindowBase.