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

Public Methods | |
| BtGuiButtonBox (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiButtonBox (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiButtonBox () | |
| virtual bool | create () |
NAME: BtGuiButtonBox - Tix-based box widget with buttons
DESCRIPTION:
C++ interface to a button box widget in Tix, for use in GUI building. This widget is a group of Tk buttons.
|
|
See documentation for the base class, "BtGuiWidget". |
|
|
See documentation of one of the overloaded constructor. |
|
|
|
|
|
Create the widget and feed it to the Tix interpreter. Returns true if the creation was successful, otherwise it returns false. Reimplemented from BtGuiWidget. |