Diffpack Documentation


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

BtGuiComboBox Class Reference

Tix-based combo box widget. More...

#include <BtGuiComboBox.h>

Inheritance diagram for BtGuiComboBox::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiComboBox (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiComboBox (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiComboBox ()
virtual bool create ()
void setVariable (const BtGuiVariable &variable)

Detailed Description

Tix-based combo box widget.

NAME: BtGuiComboBox - Tix-based combo box widget

DESCRIPTION:

C++ interface to a combo box widget in Tix, for use in GUI building. This widget is close to the combo box widget used in Microsoft Windows.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiComboBox::~BtGuiComboBox ( )
 


Member Function Documentation

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

void BtGuiComboBox::setVariable ( const BtGuiVariable & variable )
 


The documentation for this class was generated from the following file:
Copyright © 2003 inuTech GmbH. All rights reserved.