GRadioButton
GRadioButton — a radio button, based on CButton.
class GRadioButton GButton
{
m_hWnd;
}
GWindowBase
<-- GButton
<-- GRadioButton
This widget is a superclass that provides the
BS_RADIOBUTTON button style of a
CButton.
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 (hWndParent, rect, szWindowName, dwStyle,
dwExStyle)Corresponds to CRadioButton::Create.
This class also inherits the functions of GButton and GWindowBase.