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

Public Methods | |
| BtGuiScrollWindow (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiScrollWindow (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiScrollWindow () | |
| virtual bool | create () |
| const BtGuiFrame& | frameWidget () const |
| BtGuiFrame& | frameWidget () |
| const BtGuiScrollbar& | scrollBarWidget () const |
| BtGuiScrollbar& | scrollBarWidget () |
| String | subwidget (const String &name) |
NAME: BtGuiScrollWindow - Tix-based scrollable list widget
DESCRIPTION: C++ interface to a scrollable list widget in Tix, for use in GUI building.
|
|
|
|
|
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. |
|
|
Access the window frame widget. Two functions are provided, one for read-only and one for write access. |
|
|
See documentation of one of the overloaded functions. |
|
|
Access the scroll bar widget. Two functions are provided, one for read-only and one for write access. |
|
|
returns the Tk-path of a subwidget (relevant for TiX meta widgets). Reimplemented from BtGuiWidget. |