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

Public Methods | |
| BtGuiPanedWindow (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiPanedWindow (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiPanedWindow () | |
| virtual bool | create () |
| void | setCommand (const BtGuiCallback &command) |
NAME: BtGuiPanedWindow - Tix-based paned window widget
DESCRIPTION:
C++ interface to a paned window widget in Tix, for use in GUI building. The widget allows the user to interactively resize the individual panes inside the window. The panes may be vertically or horizontally oriented.
|
|
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. |
|
|
Add specified callback command to the widget. |