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

Public Methods | |
| BtGuiLabelEntry (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiLabelEntry (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiLabelEntry () | |
| virtual bool | create () |
| virtual bool | pack () |
| virtual bool | place () |
| const BtGuiLabel& | getLabelWidget () const |
| BtGuiLabel& | getLabelWidget () |
| const BtGuiEntry& | getEntryWidget () const |
| BtGuiEntry& | getEntryWidget () |
| String | subwidget (const String &name) |
NAME: BtGuiLabelEntry - Tix-based input widget
DESCRIPTION:
C++ interface to an input widget in Tix, for use in GUI building. This widget will automatically put up an label to the left of the data entry field.
|
|
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. |
|
|
See documentation of one of the overloaded functions. |
|
|
Get access to the data entry. Two functions are provided, one for read-only and one for write access. |
|
|
See documentation of one of the overloaded functions. |
|
|
Get access to the label. Two functions are provided, one for read-only and one for write access. |
|
|
let Tcl/Tk pack the widget using the pack options set by "packOption". Reimplemented from BtGuiWidget. |
|
|
let Tcl/Tk place the widget using the place options set by "placeOption". Reimplemented from BtGuiWidget. |
|
|
returns the Tk-path of a subwidget (relevant for TiX meta widgets). Reimplemented from BtGuiWidget. |