Diffpack Documentation


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

BtGuiExFileSelectBox Class Reference

Tix-based file selection widget. More...

#include <BtGuiExFileSelectBox.h>

Inheritance diagram for BtGuiExFileSelectBox::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based file selection widget.

NAME: BtGuiExFileSelectBox - Tix-based file selection widget

DESCRIPTION:

C++ interface to a file selection widget in Tix, for use in GUI building. The widget gives a hierarchical view of directories and allows file selection based on file extensions.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiExFileSelectBox::~BtGuiExFileSelectBox ( )
 


Member Function Documentation

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