Diffpack Documentation


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

BtGuiDirSelectDialog Class Reference

Tix-based directory list widget. More...

#include <BtGuiDirSelectDialog.h>

Inheritance diagram for BtGuiDirSelectDialog::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based directory list widget.

NAME: BtGuiDirSelectDialog - Tix-based directory list widget

DESCRIPTION:

C++ interface to a directroy list widget in Tix, for use in GUI building. The widget is used for selection of a directory.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiDirSelectDialog::~BtGuiDirSelectDialog ( )
 


Member Function Documentation

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