org.gnu.gtk.event
public class OptionMenuEvent extends GtkEvent
Deprecated: Use ComboBoxEvent instead.
An event representing action by a OptionMenu widget.| Nested Class Summary | |
|---|---|
| static class | OptionMenuEvent.Type
Type of a OptionMenuEvent |
| Constructor Summary | |
|---|---|
| OptionMenuEvent(Object source, OptionMenuEvent.Type type)
Creates a new OptionMenu Event. | |
| Method Summary | |
|---|---|
| boolean | isOfType(OptionMenuEvent.Type type) |
Returns: True if the type of this event is the same as that stated.