org.gnu.gtk
Class CalendarDisplayOptions
Flags
org.gnu.gtk.CalendarDisplayOptions
public class CalendarDisplayOptions
extends Flags
Defines the appearance of a Calendar object.
SHOW_HEADING
Specifies that the month and year should be displayed.
SHOW_DAY_NAMES
Specifies that three letter day descriptions should be displayed.
NO_MONTH_CHANGE
Prevents the user from switching months with the calendar
SHOW_WEEK_NUMBERS
Displays each week numbers of the current year down the left side of
the calendar
WEEK_START_MONDAY
Starts the calendar week on Monday, instead of the default Sunday.
WEEK_START_MONDAY
public static final CalendarDisplayOptions WEEK_START_MONDAY
Superceeded by java-gnome 4.0; a method along these lines
may well exist in the new bindings, but if it does it likely
has a different name or signature due to the shift to an
algorithmic mapping of the underlying native libraries.
Currently the locale determines if the week begins on Monday. This value
should not be used.