GtkFC API Reference version 0.1.0

Main Page   Class Hierarchy   Alphabetical List   Compound List   Compound Members   Examples  

GbuttonRadio Class Reference

#include <GbuttonRadio.h>

Inheritance diagram for GbuttonRadio:

Gwidget Gobject List of all members.

Public Methods

 GbuttonRadio (Gstring label)
 GbuttonRadio (Gstring label, GbuttonRadio *button)
 ~GbuttonRadio ()
bool GetState ()
void SetState (bool active)

Protected Attributes

Gstringlabel

Detailed Description

A button radio item.
Author(s):
Thibaut Nicolas
Version:
0.1.0


Constructor & Destructor Documentation

GbuttonRadio::GbuttonRadio ( Gstring label )
 

Construct a button radio with the given label. The button is the main button of the group

GbuttonRadio::GbuttonRadio ( Gstring label,
GbuttonRadio * button )
 

Construct a button radio with the given label and group it with the given main button

Parameters:
button   a GbutonRadio created with the first constructor


Member Function Documentation

bool GbuttonRadio::GetState ( )
 

Return true if selected

void GbuttonRadio::SetState ( bool active )
 

Set the state of the button.


The documentation for this class was generated from the following file:

Copyright © 2002 Thibaut Nicolas
Last modified  lun sep 23 23:41:26 EDT 2002