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

Public Methods | |
| BtGuiRadioButton (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiRadioButton (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiRadioButton () | |
| virtual bool | create () |
| void | setCommand (const BtGuiCallback &command) |
| void | setVariable (const BtGuiVariable &variable) |
NAME: BtGuiRadioButton -Tk-based radio button widget
DESCRIPTION:
C++ interface to a radio button widget in Tk, for use in GUI building.
|
|
See documentation for the base class, "BtGuiWidget". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Create the widget and feed it to the Tk interpreter. Returns true if the creation was successful, otherwise it returns false. Reimplemented from BtGuiWidget. |
|
|
Associate the specified callback with the button. |
|
|
Set the variable needed to store the user response. |