VDKRadioButton Class Reference

Provides a radio button. More...

#include <radiobtngroup.h>

Inheritance diagram for VDKRadioButton:

VDKCheckButton VDKAbstractButton VDKObject VDKNotCopyAble List of all members.

Public Member Functions

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 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 Fri Nov 10 15:11:27 2006 for vdk 2.4.0 by  doxygen 1.5.1