java-gnome version 4.0.13

org.gnome.gtk
Interface RadioButtonGroup.GroupToggled

Enclosing class:
RadioButtonGroup

public static interface RadioButtonGroup.GroupToggled

Signal that is emitted each time the active RadioButton is a group is changed.

This happens either by clicking in a different option on the group, by pressing the Up or Down key when one of the RadioButtons in the group has the focus, or when the key combination Alt+mnemonic is pressed. It can also be triggered programmatically by calling the setActive() method.

Since:
Unstable
Author:
Vreixo Formoso

Method Summary
 void onGroupToggled(RadioButton source)
          Called when user changes the active RadioButton in a group
 

Method Detail

onGroupToggled

void onGroupToggled(RadioButton source)
Called when user changes the active RadioButton in a group

Parameters:
source - The RadioButton that is now active.


java-gnome