Diffpack Documentation


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

BtGuiHList Class Reference

Tix-based list widget. More...

#include <BtGuiHList.h>

Inheritance diagram for BtGuiHList::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based list widget.

NAME: BtGuiHList - Tix-based list widget

DESCRIPTION:

C++ interface to a list widget in Tix, for use in GUI building. The widget can be used to present data in a tree structure.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiHList::~BtGuiHList ( )
 


Member Function Documentation

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