Diffpack Documentation


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

BtGuiLabelEntry Class Reference

Tix-based input widget. More...

#include <BtGuiLabelEntry.h>

Inheritance diagram for BtGuiLabelEntry::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiLabelEntry (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiLabelEntry (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiLabelEntry ()
virtual bool create ()
virtual bool pack ()
virtual bool place ()
const BtGuiLabelgetLabelWidget () const
BtGuiLabelgetLabelWidget ()
const BtGuiEntrygetEntryWidget () const
BtGuiEntrygetEntryWidget ()
String subwidget (const String &name)

Detailed Description

Tix-based input widget.

NAME: BtGuiLabelEntry - Tix-based input widget

DESCRIPTION:

C++ interface to an input widget in Tix, for use in GUI building. This widget will automatically put up an label to the left of the data entry field.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiLabelEntry::~BtGuiLabelEntry ( )
 


Member Function Documentation

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

BtGuiEntry & BtGuiLabelEntry::getEntryWidget ( )
 

See documentation of one of the overloaded functions.

const BtGuiEntry & BtGuiLabelEntry::getEntryWidget ( ) const
 

Get access to the data entry. Two functions are provided, one for read-only and one for write access.

BtGuiLabel & BtGuiLabelEntry::getLabelWidget ( )
 

See documentation of one of the overloaded functions.

const BtGuiLabel & BtGuiLabelEntry::getLabelWidget ( ) const
 

Get access to the label. Two functions are provided, one for read-only and one for write access.

bool BtGuiLabelEntry::pack ( ) [virtual]
 

let Tcl/Tk pack the widget using the pack options set by "packOption".

Reimplemented from BtGuiWidget.

bool BtGuiLabelEntry::place ( ) [virtual]
 

let Tcl/Tk place the widget using the place options set by "placeOption".

Reimplemented from BtGuiWidget.

String BtGuiLabelEntry::subwidget ( const String & name )
 

returns the Tk-path of a subwidget (relevant for TiX meta widgets).

Reimplemented from BtGuiWidget.


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