GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Gtk2::FileChooser(3) User Contributed Perl Documentation Gtk2::FileChooser(3)

Gtk2::FileChooser - wrapper for GtkFileChooser

  Glib::Interface
  +----Gtk2::FileChooser

$action (Gtk2::FileChooserAction)

$filter (Gtk2::FileFilter)

$folder (string)

$folder (string)

Since: gtk+ 2.18

$create_folders (boolean)

Since: gtk+ 2.18

$filename (string)

$uri (string)

$name (string)

Since: gtk+ 2.8

$do_overwrite_confirmation (boolean)

Since: gtk+ 2.8

$extra_widget (Gtk2::Widget)

$filename (string)

$filter (Gtk2::FileFilter)

$files_only (boolean)

$active (boolean)

$preview_widget (Gtk2::Widget)

$filter (Gtk2::FileFilter)

$folder (string)

$folder (string)

$filename (string)

$select_multiple (boolean)

$uri (string)

Since: gtk+ 2.6

$show_hidden (boolean)

Since: gtk+ 2.6

$filename (string)

$uri (string)

$uri (string)

$use_label (boolean)

'action' (Gtk2::FileChooserAction : default "open" : readable / writable / private / static-nick / static-blurb)
The type of operation that the file selector is performing
'create-folders' (boolean : default true : readable / writable / private / static-nick / static-blurb)
Whether a file chooser not in open mode will offer the user to create new folders.
'do-overwrite-confirmation' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether a file chooser in save mode will present an overwrite confirmation dialog if necessary.
'extra-widget' (Gtk2::Widget : default undef : readable / writable / private / static-nick / static-blurb)
Application supplied widget for extra options.
'file-system-backend' (string : default undef : writable / construct-only / private / static-nick / static-blurb)
Name of file system backend to use
'filter' (Gtk2::FileFilter : default undef : readable / writable / private / static-nick / static-blurb)
The current filter for selecting which files are displayed
'local-only' (boolean : default true : readable / writable / private / static-nick / static-blurb)
Whether the selected file(s) should be limited to local file: URLs
'preview-widget' (Gtk2::Widget : default undef : readable / writable / private / static-nick / static-blurb)
Application supplied widget for custom previews.
'preview-widget-active' (boolean : default true : readable / writable / private / static-nick / static-blurb)
Whether the application supplied widget for custom previews should be shown.
'select-multiple' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether to allow multiple files to be selected
'show-hidden' (boolean : default false : readable / writable / private / static-nick / static-blurb)
Whether the hidden files and folders should be displayed
'use-preview-label' (boolean : default true : readable / writable / private / static-nick / static-blurb)
Whether to display a stock label with the name of the previewed file.

Gtk2::FileChooserConfirmation = confirm-overwrite (Gtk2::FileChooser)
current-folder-changed (Gtk2::FileChooser)
file-activated (Gtk2::FileChooser)
selection-changed (Gtk2::FileChooser)
update-preview (Gtk2::FileChooser)

  • 'open' / 'GTK_FILE_CHOOSER_ACTION_OPEN'
  • 'save' / 'GTK_FILE_CHOOSER_ACTION_SAVE'
  • 'select-folder' / 'GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER'
  • 'create-folder' / 'GTK_FILE_CHOOSER_ACTION_CREATE_FOLDER'

  • 'confirm' / 'GTK_FILE_CHOOSER_CONFIRMATION_CONFIRM'
  • 'accept-filename' / 'GTK_FILE_CHOOSER_CONFIRMATION_ACCEPT_FILENAME'
  • 'select-again' / 'GTK_FILE_CHOOSER_CONFIRMATION_SELECT_AGAIN'

  • 'nonexistent' / 'GTK_FILE_CHOOSER_ERROR_NONEXISTENT'
  • 'bad-filename' / 'GTK_FILE_CHOOSER_ERROR_BAD_FILENAME'
  • 'already-exists' / 'GTK_FILE_CHOOSER_ERROR_ALREADY_EXISTS'
  • 'incomplete-hostname' / 'GTK_FILE_CHOOSER_ERROR_INCOMPLETE_HOSTNAME'

Gtk2, Glib::Interface

Copyright (C) 2003-2011 by the gtk2-perl team.

This software is licensed under the LGPL. See Gtk2 for a full notice.

2022-06-07 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.