Diffpack Documentation


Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

BtGuiTList Class Reference

Tix-based tabular list widget. More...

#include <BtGuiTList.h>

Inheritance diagram for BtGuiTList::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiTList (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiTList (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiTList ()
virtual bool create ()

Detailed Description

Tix-based tabular list widget.

NAME: BtGuiTList - Tix-based tabular list widget

DESCRIPTION:

C++ interface to a tabular list widget in Tix, for use in GUI building.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiTList::~BtGuiTList ( )
 


Member Function Documentation

bool BtGuiTList::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.


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.