vdk 2.4.0
Public Member Functions | Friends
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:
groupowner 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: