|
NAMEGtk2::RecentChooser - wrapper for GtkRecentChooserHIERARCHYGlib::Interface +----Gtk2::RecentChooser METHODS$chooser->add_filter ($filter)
recentinfo = $chooser->get_current_itemstring = $chooser->get_current_uri$chooser->set_current_uri ($uri)
May croak with a Glib::Error in $@ on failure. recentfilter = $chooser->get_filter$chooser->set_filter ($filter)
(list) = $chooser->get_itemsinteger = $chooser->get_limit$chooser->set_limit ($limit)
(filters) = $chooser->list_filtersboolean = $chooser->get_local_only$chooser->set_local_only ($local_only)
$chooser->remove_filter ($filter)
$chooser->select_allboolean = $chooser->get_select_multiple$chooser->set_select_multiple ($select_multiple)
$chooser->select_uri ($uri)
May croak with a Glib::Error in $@ on failure. boolean = $chooser->get_show_icons$chooser->set_show_icons ($show_icons)
boolean = $chooser->get_show_not_found$chooser->set_show_not_found ($show_not_found)
boolean = $chooser->get_show_private$chooser->set_show_private ($show_private)
boolean = $chooser->get_show_tips$chooser->set_show_tips ($show_tips)
$chooser->set_sort_func ($sort_func, $sort_data=undef)
recentsorttype = $chooser->get_sort_type$chooser->set_sort_type ($sort_type)
$chooser->unselect_all$chooser->unselect_uri ($uri)
(list) = $chooser->get_urisPROPERTIES
SIGNALS
ENUMS AND FLAGSenum Gtk2::RecentSortType
enum GtkRecentChooserError
SEE ALSOGtk2, Glib::InterfaceCOPYRIGHTCopyright (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. |