org.gnu.gtk.event

Class ToggleEvent

public class ToggleEvent extends GtkEvent

This is an event for the toggling of ToggleButton widgets. To use events, you must use the ToggleListener class in combination with the addListener methods of the ToggeButton widget.
Nested Class Summary
static classToggleEvent.Type
Constructor Summary
ToggleEvent(Object source)
Creates a new toggle event

Constructor Detail

ToggleEvent

public ToggleEvent(Object source)
Creates a new toggle event

Parameters: source The object which produced the event