|
NAMEGtk2::Calendar - wrapper for GtkCalendarHIERARCHYGlib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Calendar INTERFACESGlib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODSwidget = Gtk2::Calendar->new$calendar->clear_marks(year, month, day) = $calendar->get_date$calendar->set_detail_func ($func, $data=undef)
Since: gtk+ 2.14 integer = $calendar->get_detail_height_rowsSince: gtk+ 2.14$calendar->set_detail_height_rows ($rows)
Since: gtk+ 2.14 integer = $calendar->get_detail_width_charsSince: gtk+ 2.14$calendar->set_detail_width_chars ($chars)
Since: gtk+ 2.14 $calendar->display_options ($flags)
The old name for "set_display_options". calendardisplayoptions = $calendar->get_display_options$calendar->set_display_options ($flags)
$calendar->freezeboolean = $calendar->mark_day ($day)
$widget->marked_date ($value)value = $widget->marked_date$widget->month ($value)value = $widget->month$widget->num_marked_dates ($value)value = $widget->num_marked_dates$calendar->select_day ($day)
boolean = $calendar->select_month ($month, $year)
$widget->selected_day ($value)value = $widget->selected_day$calendar->thawboolean = $calendar->unmark_day ($day)
$widget->year ($value)value = $widget->yearPROPERTIES
STYLE PROPERTIES
SIGNALS
ENUMS AND FLAGSflags Gtk2::CalendarDisplayOptions
SEE ALSOGtk2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::WidgetCOPYRIGHTCopyright (C) 2003-2011 by the gtk2-perl team.This software is licensed under the LGPL. See Gtk2 for a full notice.
Visit the GSP FreeBSD Man Page Interface. |