![]() |
• Interface Manager | ||||||||
|
API Links
Developer Links
|
class RadioWidgetDefined in:
The C4Widgets.hRadioWidget class represents an interface widget that displays a radio button.
Definition
Constructor
Parameters
Description
The RadioWidget class displays a radio button that can be in the selected or unselected state. When a radio button is selected, all other radio buttons in the same group (or in the entire window if the radio button is not in a group) are automatically unselected.The default widget color controls the color of the text through the TextWidget base class. The kWidgetColorButton and kWidgetColorHilite color types are also supported by the radio widget, and they control the color of the radio button. The highlight color is applied to the button instead of the button color if the widget is in the selected state and the kRadioUseHighlightColor flag has been set. If a highlight color has not been explicitly specified, then the Interface Manager's global button color is used.
Base Classes
See Also
|