Warning: file_put_contents(): Only -1 of 60 bytes written, possibly out of free disk space in /var/www/html/index.php on line 3

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 23

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 24

Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/index.php:3) in /var/www/html/cache.php on line 25
GTK Enums Prev   GtkCalendarDisplayOptions Next These options can be used to influence the display and behaviour of a GtkCalendar . Value Symbolic name Description   1 Gtk::CALENDAR_SHOW_HEADING ...
Forum und email

GtkCalendarDisplayOptions

These options can be used to influence the display and behaviour of a GtkCalendar.

Value

Symbolic name

Description

  1Gtk::CALENDAR_SHOW_HEADING Specifies that the month and year should be displayed.
  2Gtk::CALENDAR_SHOW_DAY_NAMES Specifies that three letter day descriptions should be present.
  4Gtk::CALENDAR_NO_MONTH_CHANGE Prevents the user from switching months with the calendar.
  8Gtk::CALENDAR_SHOW_WEEK_NUMBERS Displays each week numbers of the current year, down the left side of the calendar.
  16Gtk::CALENDAR_WEEK_START_MONDAY Since GTK+ 2.4, this option is deprecated and ignored by GTK+. The information on which day the calendar week starts is derived from the locale.