CrystalSpace

Public API Reference

Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Radio button
[Components]


Classes

class  csRadioButton
 The csRadioButton class is a close child of csButton class. More...

Defines

#define CSBS_DEFAULTRADIOBUTTON   (CSBS_SELECTABLE)
 Default radio button style.

Enumerations

enum  { cscmdRadioButtonSet = 0x00000900, cscmdRadioButtonQuery, cscmdRadioButtonSelected }
 Radio button messages. More...

Define Documentation

#define CSBS_DEFAULTRADIOBUTTON   (CSBS_SELECTABLE)
 

Default radio button style.

Definition at line 37 of file csradbut.h.


Enumeration Type Documentation

anonymous enum
 

Radio button messages.

Enumeration values:
cscmdRadioButtonSet  Send to a radio button to set its state.

 IN: (bool)newstate
 
cscmdRadioButtonQuery  Query the state of a radio button.

 OUT: (bool)state
 
cscmdRadioButtonSelected  Notify parent that radio button has been selected.

 IN: (csRadioButton *)source
 

Definition at line 40 of file csradbut.h.


Generated for Crystal Space by doxygen 1.3.9.1