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::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiListNoteBook (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiListNoteBook (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiListNoteBook ()
virtual bool create ()
BtGuiFramenewPage (const String &label, const String &path)
const BtGuiFramegetPage (const String &name) const
BtGuiFramegetPage (const String &name)
const BtGuiHListgetHList () const
BtGuiHListgetHList ()

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

BtGuiListNoteBook::BtGuiListNoteBook ( const BtGuiTkInterpreter & interf,
const String & name = "" )
 

See documentation for the base class, "BtGuiWidget".

BtGuiListNoteBook::BtGuiListNoteBook ( const BtGuiTkInterpreter & interf,
const BtGuiWidget & parent,
const String & name = "" )
 

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.

BtGuiHList * BtGuiListNoteBook::getHList ( )
 

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.

BtGuiFrame * BtGuiListNoteBook::getPage ( const String & name )
 

See documentation of one of the overloaded functions.

const BtGuiFrame * BtGuiListNoteBook::getPage ( const String & name ) const
 

Get access to the current page. Two functions are provided, one for read-only and one for write access.

BtGuiFrame * BtGuiListNoteBook::newPage ( const String & label,
const String & path )
 

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.