GWindow

GWindow — methods for manipulating a window.

Synopsis

class GWindow GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GWindow

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.

AddControlResizeFlags (ctrlid, flags)

Corresponds to CWindow::AddControlResizeFlags.

Create (hWndParent, rect, szWindowName, dwStyle, dwExStyle)

Corresponds to CWindow::Create.

EndResizeGroup ()

Corresponds to CWindow::EndResizeGroup.

StartResizeGroup ()

Corresponds to CWindow::StartResizeGroup.

This class also inherits the functions of GWindowBase.