Diffpack Documentation


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

BtGuiDirList Class Reference

Tix-based directroy list widget. More...

#include <BtGuiDirList.h>

Inheritance diagram for BtGuiDirList::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based directroy list widget.

NAME: BtGuiDirList - Tix-based directroy list widget

DESCRIPTION:

C++ interface to a directroy list widget in Tix, for use in GUI building. This widget lets the user select a directory.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiDirList::~BtGuiDirList ( )
 


Member Function Documentation

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