Diffpack Documentation


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

BtGuiLabelFrame Class Reference

Tix-based frame widget. More...

#include <BtGuiLabelFrame.h>

Inheritance diagram for BtGuiLabelFrame::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based frame widget.

NAME: BtGuiLabelFrame - Tix-based frame widget

DESCRIPTION:

C++ interface to a frame widget in Tix, for use in GUI building. The frame is painted with a text label.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiLabelFrame::~BtGuiLabelFrame ( )
 


Member Function Documentation

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