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

Public Methods | |
| BtGuiLabelFrame (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiLabelFrame (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiLabelFrame () | |
| virtual bool | create () |
NAME: BtGuiLabelFrame - Tix-based frame widget
DESCRIPTION:
C++ interface to a frame widget in Tix, for use in GUI building. The frame is painted with a text label.
|
|
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. |