Diffpack Documentation


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

BtGuiStdButtonBox Class Reference

Tix-based standard buttons widget. More...

#include <BtGuiStdButtonBox.h>

Inheritance diagram for BtGuiStdButtonBox::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based standard buttons widget.

NAME: BtGuiStdButtonBox - Tix-based standard buttons widget

DESCRIPTION:

C++ interface to a standard buttons widget in Tix, for use in GUI building. This is a group of Motif-style standard buttons


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiStdButtonBox::~BtGuiStdButtonBox ( )
 


Member Function Documentation

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