GButton

GButton — a button.

Synopsis

class GButton GWindowBase
{
    m_hWnd;
}
    

Base Classes

GWindowBase <-- GButton

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)
Click ()

Search on CButton::Click.

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

Search on CButton::Create.

EndResizeGroup ()
GetButtonStyle ()
GetCheck ()
GetIcon ()

Search on CButton::GetIcon.

GetIdealSize (lpSize)
GetState ()
GetTextMargin (lpRect)
SetButtonStyle (args?...)
SetCheck (nCheck)
SetIcon (hIcon)

Search on CButton::SetIcon.

SetState (bHighlight)
SetTextMargin (lpRect)
StartResizeGroup ()

This class also inherits the functions of GWindowBase.