Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

gnome2::fileentry(3pm) [debian man page]

Gnome2::FileEntry(3pm)					User Contributed Perl Documentation				    Gnome2::FileEntry(3pm)

NAME
Gnome2::FileEntry - wrapper for GnomeFileEntry HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gtk2::Box +----Gtk2::VBox +----Gnome2::FileEntry INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable Gtk2::Orientable Gtk2::Editable METHODS
widget = Gnome2::FileEntry->new ($history_id, $browse_dialog_title) o $history_id (string) o $browse_dialog_title (string) $fentry->set_default_path ($path) o $path (string) boolean = $fentry->get_directory_entry $fentry->set_directory_entry ($directory_entry) o $directory_entry (boolean) $fentry->set_filename ($filename) o $filename (string) string = $fentry->get_full_path ($file_must_exist) o $file_must_exist (boolean) widget = $fentry->gnome_entry widget = $fentry->gtk_entry boolean = $fentry->get_modal $fentry->set_modal ($is_modal) o $is_modal (boolean) $fentry->set_title ($browse_dialog_title) o $browse_dialog_title (string) PROPERTIES
'browse-dialog-title' (string : default undef : readable / writable) Title for the Browse file dialog. 'default-path' (string : default undef : readable / writable) Default path for the Browse file window. 'directory-entry' (boolean : default false : readable / writable) Whether the file entry is being used to enter directory names or complete filenames. 'filechooser-action' (Gtk2::FileChooserAction : default "open" : readable / writable) The type of operation that the file selector is performing. 'filename' (string : default undef : readable / writable) Filename that should be displayed in the file entry. 'gnome-entry' (Gnome2::Entry : default undef : readable) GnomeEntry that the file entry uses for entering filenames. You can use this property to get the GnomeEntry if you need to modify or query any of its parameters. 'gtk-entry' (Gtk2::Entry : default undef : readable) GtkEntry that the file entry uses for entering filenames. You can use this property to get the GtkEntry if you need to modify or query any of its parameters. 'history-id' (string : default undef : readable / writable) Unique identifier for the file entry. This will be used to save the history list. 'modal' (boolean : default false : readable / writable) Whether the Browse file window should be modal. 'use-filechooser' (boolean : default false : readable / writable) Whether to use the new GtkFileChooser widget or the GtkFileSelection widget to select files. SIGNALS
activate (Gnome2::FileEntry) browse-clicked (Gnome2::FileEntry) ENUMS AND FLAGS
enum Gtk2::FileChooserAction o 'open' / 'GTK_FILE_CHOOSER_ACTION_OPEN' o 'save' / 'GTK_FILE_CHOOSER_ACTION_SAVE' o 'select-folder' / 'GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER' o 'create-folder' / 'GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER' SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container, Gtk2::Box, Gtk2::VBox COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::FileEntry(3pm)

Check Out this Related Man Page

Gnome2::Druid(3pm)					User Contributed Perl Documentation					Gnome2::Druid(3pm)

NAME
Gnome2::Druid - wrapper for GnomeDruid HIERARCHY
Glib::Object +----Glib::InitiallyUnowned +----Gtk2::Object +----Gtk2::Widget +----Gtk2::Container +----Gnome2::Druid INTERFACES
Glib::Object::_Unregistered::AtkImplementorIface Gtk2::Buildable METHODS
widget = Gnome2::Druid->new list = Gnome2::Druid->new_with_window ($title, $parent, $close_on_cancel) o $title (string) o $parent (Gtk2::Window or undef) o $close_on_cancel (boolean) Returns a GnomeDruid and a GtkWindow. $druid->append_page ($page) o $page (Gnome2::DruidPage) widget = $druid->back $druid->set_buttons_sensitive ($back_sensitive, $next_sensitive, $cancel_sensitive, $help_sensitive) o $back_sensitive (boolean) o $next_sensitive (boolean) o $cancel_sensitive (boolean) o $help_sensitive (boolean) widget = $druid->cancel widget = $druid->finish widget = $druid->help $druid->insert_page ($back_page, $page) o $back_page (Gnome2::DruidPage or undef) o $page (Gnome2::DruidPage) widget = $druid->next $druid->set_page ($page) o $page (Gnome2::DruidPage) $druid->prepend_page ($page) o $page (Gnome2::DruidPage) $druid->set_show_finish ($show_finish) o $show_finish (boolean) $druid->set_show_help ($show_help) o $show_help (boolean) PROPERTIES
'show-finish' (boolean : default false : readable / writable) Show the 'Finish' button instead of the 'Next' button 'show-help' (boolean : default false : readable / writable) Show the 'Help' button SIGNALS
cancel (Gnome2::Druid) help (Gnome2::Druid) SEE ALSO
Gnome2, Glib::Object, Glib::InitiallyUnowned, Gtk2::Object, Gtk2::Widget, Gtk2::Container COPYRIGHT
Copyright (C) 2003-2004 by the gtk2-perl team. This software is licensed under the LGPL. See Gnome2 for a full notice. perl v5.14.2 2011-11-16 Gnome2::Druid(3pm)
Man Page