Diffpack Documentation


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

BtGuiLabel Class Reference

Tk-based label widget. More...

#include <BtGuiLabel.h>

Inheritance diagram for BtGuiLabel::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tk-based label widget.

NAME: BtGuiLabel - Tk-based label widget

DESCRIPTION:

C++ interface to a label widget in Tk, for use in GUI building.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiLabel::~BtGuiLabel ( )
 


Member Function Documentation

bool BtGuiLabel::create ( ) [virtual]
 

Create the widget and feed it to the Tk 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.