Diffpack Documentation


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

BtGuiSelect Class Reference

Tix-based select button widget. More...

#include <BtGuiSelect.h>

Inheritance diagram for BtGuiSelect::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based select button widget.

NAME: BtGuiSelect - Tix-based select button widget

DESCRIPTION:

C++ interface to a select button widget in Tix, for use in GUI building.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiSelect::~BtGuiSelect ( )
 


Member Function Documentation

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