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

Public Methods | |
| BtGuiStdButtonBox (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiStdButtonBox (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiStdButtonBox () | |
| virtual bool | create () |
NAME: BtGuiStdButtonBox - Tix-based standard buttons widget
DESCRIPTION:
C++ interface to a standard buttons widget in Tix, for use in GUI building. This is a group of Motif-style standard 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. |