org.gnu.gtk.event
Class CalendarEvent.Type
EventType
org.gnu.gtk.event.CalendarEvent.Type
- CalendarEvent
public static class CalendarEvent.Type
extends EventType
Type of a CalendarEvent
DAY_SELECTED
public static final CalendarEvent.Type DAY_SELECTED
Emitted when the user selects a day.
DAY_SELECTED_DOUBLE_CLICK
public static final CalendarEvent.Type DAY_SELECTED_DOUBLE_CLICK
Emitted when the user double-clicks on a day.
MONTH_CHANGED_NEXT
public static final CalendarEvent.Type MONTH_CHANGED_NEXT
Emitted when the user clicks a button to change the selected month.
MONTH_CHANGED_PREV
public static final CalendarEvent.Type MONTH_CHANGED_PREV
Emitted when the user clicks a button to change the selected month.
YEAR_CHANGED_NEXT
public static final CalendarEvent.Type YEAR_CHANGED_NEXT
Emitted when the user clicks a button to change the selected year.
YEAR_CHANGED_PREV
public static final CalendarEvent.Type YEAR_CHANGED_PREV
Emitted when the user clicks a button to change the selected year.