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

VDKRadioButton Class Reference

Provides a radio button. More...

#include <radiobtngroup.h>

Inheritance diagram for VDKRadioButton:

VDKCheckButton VDKAbstractButton VDKObject VDKNotCopyAble List of all members.

Public Methods

Friends


Detailed Description

Provides a radio button.

TIP
This emit his own "toggled" signal, user can connect using dynamic tables and <gtk> arg set to false.
  SignalConnect("toggled",&MyForm::HandleToggled,false);
  // or
  SignalConnect(group,"toggled",&MyForm::HandleToggled,false);
EXAMPLES
Into ./testvdk/rbutton.cc


Constructor & Destructor Documentation

VDKRadioButton::VDKRadioButton VDKRadioButtonGroup   group,
char *    label = NULL
 

Constructor

Parameters:
group  owner radio group \label button label

virtual VDKRadioButton::~VDKRadioButton   [inline, virtual]
 

Destructor


Member Function Documentation

VDKRadioButtonGroup* VDKRadioButton::Group VDKRadioButtonGroup   g = NULL [inline]
 

Returns owner group


The documentation for this class was generated from the following files:
Generated on Sat May 4 23:45:53 2002 for vdk 2.0.1 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002