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

Public Methods | |
| BtGuiNoteBook (const BtGuiTkInterpreter &interf, const String &name="") | |
| BtGuiNoteBook (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="") | |
| ~BtGuiNoteBook () | |
| virtual bool | create () |
| BtGuiFrame* | newPage (const String &label="") |
| const BtGuiFrame* | getPage (const String &name) const |
| BtGuiFrame* | getPage (const String &name) |
| const BtGuiFrame* | getNBFrame () const |
| BtGuiFrame* | getNBFrame () |
NAME: BtGuiNoteBook - Tix-based notebook widget
DESCRIPTION:
C++ interface to a notebook widget in Tix, for use in GUI building. This is a page collection that is organized by tabs.
|
|
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. |
|
|
See documentation of one of the overloaded functions. |
|
|
Get access to the notebook frame widget. Two functions are provided, one for read-only and one for write access. |
|
|
See documentation of one of the overloaded functions. |
|
|
Get access to the current page. Two functions are provided, one for read-only and one for write access. |
|
|
Add a new page to the notebook, using the specified text as page title. |