#include <BRadioGroup.h>
Inheritance diagram for BRadioGroup:


Public Member Functions | |
| BRadioGroup (BWidget *parent, const BRect &frame) | |
| virtual void | setDelegate (Delegate *deleg) |
| virtual Delegate * | delegate () |
| void | selectButton (BButton *button) |
| void | selectButtonWithTag (int tag) |
| BButton * | selectedButton () |
| virtual void | registerChildren () |
| virtual void | onButtonClick (BButton *button) |
Protected Attributes | |
| Delegate * | _deleg |
|
||||||||||||
|
|
|
|
|
|
|
Reimplemented from BButton::Delegate. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.3-rc3