Diffpack Documentation


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

BtGuiDirTree Class Reference

Tix-based directory tree widget. More...

#include <BtGuiDirTree.h>

Inheritance diagram for BtGuiDirTree::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based directory tree widget.

NAME: BtGuiDirTree - Tix-based directory tree widget

DESCRIPTION:

C++ interface to a directory tree widget in Tix, for use in GUI building. The widget presents a recursive directory listing in a hierachical fashion.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiDirTree::~BtGuiDirTree ( )
 


Member Function Documentation

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