Diffpack Documentation


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

BtGuiTree Class Reference

Tix-based tree widget. More...

#include <BtGuiTree.h>

Inheritance diagram for BtGuiTree::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based tree widget.

NAME: BtGuiTree - Tix-based tree widget

DESCRIPTION:

C++ interface to a tree widget in Tix, for use in GUI building. This widget is suited for presentation of hierarchical data.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiTree::~BtGuiTree ( )
 


Member Function Documentation

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