Diffpack Documentation
Main Page Class Hierarchy Alphabetical List Compound List File List Compound Members File Members Search
BtGuiListNoteBook Class Reference
Tix-based notebook widget.
More...
#include <BtGuiListNoteBook.h>
Inheritance diagram for BtGuiListNoteBook::
List of all members.
Detailed Description
Tix-based notebook widget.
NAME: BtGuiListNoteBook - 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 a list rather than page tabs.
Constructor & Destructor Documentation
|
|
See documentation of one of the overloaded constructor. |
|
BtGuiListNoteBook::~BtGuiListNoteBook (
|
)
|
|
Member Function Documentation
|
bool BtGuiListNoteBook::create (
|
) [virtual]
|
|
|
|
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. |
|
const BtGuiHList * BtGuiListNoteBook::getHList (
|
) const
|
|
|
|
Get access to the page list. 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. |
The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.