org.gnu.gtk.event
public class OptionMenuEvent extends GtkEvent
Deprecated: Use {@link org.gnu.gtk.event.ComboBoxEvent} instead.
An event representing action by a {@link org.gnu.gtk.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.