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

Public Methods | |
| BtGuiListBox (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiListBox (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiListBox () | |
| virtual bool | create () |
NAME: BtGuiListBox - Tk-based list widget
DESCRIPTION:
C++ interface to a list 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. |