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

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