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

Public Methods | |
| BtGuiScrolledGrid (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiScrolledGrid (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiScrolledGrid () | |
| virtual bool | create () |
NAME: BtGuiScrolledGrid - Tix-based scrollable table widget
DESCRIPTION:
C++ interface to a scrollable table widget in Tix, 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 Tix interpreter. Returns true if the creation was successful, otherwise it returns false. Reimplemented from BtGuiWidget. |