![]() |
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members
![]() |
#include <FXRadioButton.h>
Inheritance diagram for FX::FXRadioButton:
Public Methods | |
FXRadioButton (FXComposite *p, const FXString &text, FXObject *tgt=NULL, FXSelector sel=0, FXuint opts=RADIOBUTTON_NORMAL, FXint x=0, FXint y=0, FXint w=0, FXint h=0, FXint pl=DEFAULT_PAD, FXint pr=DEFAULT_PAD, FXint pt=DEFAULT_PAD, FXint pb=DEFAULT_PAD) | |
Construct new radio button. | |
virtual FXbool | canFocus () const |
Returns true because a radio button can receive focus. | |
virtual FXint | getDefaultWidth () |
Get default width. | |
virtual FXint | getDefaultHeight () |
Get default height. | |
void | setCheck (FXbool s=TRUE) |
Set radio button state (TRUE, FALSE or MAYBE). | |
FXbool | getCheck () const |
Get radio button state (TRUE, FALSE or MAYBE). | |
void | setRadioButtonStyle (FXuint style) |
Change radio button style. | |
FXuint | getRadioButtonStyle () const |
Return current radio button style. | |
FXColor | getRadioColor () const |
Get the radio background color. | |
void | setRadioColor (FXColor clr) |
Set the radio background color. | |
virtual void | save (FXStream &store) const |
Save radio button to a stream. | |
virtual void | load (FXStream &store) |
Load radio button from a stream. |
See also: