Diffpack Documentation


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

BtGuiButtonBox Class Reference

Tix-based box widget with buttons. More...

#include <BtGuiButtonBox.h>

Inheritance diagram for BtGuiButtonBox::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

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

Detailed Description

Tix-based box widget with buttons.

NAME: BtGuiButtonBox - Tix-based box widget with buttons

DESCRIPTION:

C++ interface to a button box widget in Tix, for use in GUI building. This widget is a group of Tk buttons.


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiButtonBox::~BtGuiButtonBox ( )
 


Member Function Documentation

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