Diffpack Documentation


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

BtGuiRadioButton Class Reference

#include <BtGuiRadioButton.h>

Inheritance diagram for BtGuiRadioButton::

BtGuiWidget BtGuiBase HandleId List of all members.

Public Methods

 BtGuiRadioButton (const BtGuiTkInterpreter &interf, const String &name="")
 BtGuiRadioButton (const BtGuiTkInterpreter &interf, const BtGuiWidget &parent, const String &name="")
 ~BtGuiRadioButton ()
virtual bool create ()
void setCommand (const BtGuiCallback &command)
void setVariable (const BtGuiVariable &variable)

Detailed Description

\briefTk-based radio button widget

NAME: BtGuiRadioButton -Tk-based radio button widget

DESCRIPTION:

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


Constructor & Destructor Documentation

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

See documentation for the base class, "BtGuiWidget".

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

See documentation of one of the overloaded constructor.

BtGuiRadioButton::~BtGuiRadioButton ( )
 


Member Function Documentation

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

void BtGuiRadioButton::setCommand ( const BtGuiCallback & command )
 

Associate the specified callback with the button.

void BtGuiRadioButton::setVariable ( const BtGuiVariable & variable )
 

Set the variable needed to store the user response.


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