gtk-sharp[00 24 00 00 04 80 00 00 94 00 00 00 06 02 00 00 00 24 00 00 52 53 41 31 00 04 00 00 01 00 01 00 71 EB 6C 55 75 52 9C BF 72 44 F7 A6 EA 05 62 84 F9 EA E0 3B CF F2 CC 13 2C 9C 49 0A B3 09 EA B0 B5 6B CE 44 9D F5 03 D9 C0 A8 1E 52 05 85 CD BE 70 E2 FB 90 43 4B AC 04 FA 62 22 A8 00 98 B7 A1 A7 B3 AF 99 1A 41 23 24 BB 43 25 F6 B8 65 BB 64 EB F6 D1 C2 06 D5 73 2D DF BC 70 A7 38 9E E5 3E 0C 24 6E 32 79 74 1A D0 05 03 E4 98 42 E1 9B F3 7B 19 8B 40 21 26 CB 36 89 C2 EA 64 96 A4 7C B4]2.12.0.0Gtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.A button to launch a file selection dialogThe FileChooserButton is a widget that lets the user select a file. It implements the interface. Visually, it is a file name with a button to bring up a . The user can then use that dialog to change the file associated with that button. This widget does not support setting the "select-multiple" property to TRUE.
The GtkFileChooserButton will ellipsize the label, and thus will thus request little horizontal space. To give the button more space, you should call , set , or pack the button in such a way that other interface elements give space to the widget.
Gtk.HBoxGtk.FileChooserConstructorProtected Constructor.
a Chain to this constructor if you have manually registered a native value for your subclass.System.ObsoleteConstructorInternal constructor
a This is not typically used by C# code.ConstructorCreates a FileChooserButton.
a
a To be addedConstructorCreates a FileChooserButton with a specific backend.
a
a
a To be addedConstructorCreates a FileChooserButton which uses a specific widget as it's file-picking window.
a .
dialog must be a (or subclass) which implements the interface and must not have = .
To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .PropertySystem.StringTo be addeda To be addedGLib.Property("title")PropertySystem.Int32The width of the entry and label inside the button, in characters.a To be addedGLib.Property("width-chars")EventGLib.Signal("selection-changed")System.EventHandlerTo be added.To be added.EventGLib.Signal("file-activated")System.EventHandlerTo be added.To be added.EventGLib.Signal("update-preview")System.EventHandlerTo be added.To be added.EventGLib.Signal("current-folder-changed")System.EventHandlerTo be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.VoidTo be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.VoidTo be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Void
To be added.
To be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.Boolean
To be added.
To be added.To be added.To be added.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.MethodSystem.VoidDefault handler for the event.Override this method in a subclass to provide a default handler for the event.PropertySystem.StringTo be added.To be added.To be added.PropertyGtk.WidgetTo be added.To be added.To be added.GLib.Property("extra-widget")PropertySystem.StringTo be added.To be added.To be added.PropertySystem.BooleanIndicates if Hidden files and directories should be visible.To be added.GLib.Property("show-hidden")PropertyGtk.FileFilterTo be added.To be added.To be added.GLib.Property("filter")PropertySystem.BooleanTo be added.To be added.To be added.GLib.Property("local-only")PropertySystem.BooleanTo be added.To be added.To be added.GLib.Property("preview-widget-active")PropertySystem.StringTo be added.To be added.To be added.PropertySystem.StringTo be added.To be added.To be added.PropertySystem.BooleanTo be added.To be added.To be added.GLib.Property("use-preview-label")PropertySystem.StringTo be added.To be added.To be added.PropertySystem.StringTo be added.To be added.To be added.PropertySystem.BooleanTo be added.To be added.To be added.GLib.Property("select-multiple")PropertyGtk.WidgetTo be added.To be added.To be added.GLib.Property("preview-widget")PropertyGtk.FileChooserActionTo be added.To be added.To be added.GLib.Property("action")PropertySystem.StringTo be added.To be added.To be added.PropertySystem.String[]To be added.To be added.To be added.PropertyGtk.FileFilter[]To be added.To be added.To be added.PropertySystem.String[]To be added.To be added.To be added.PropertySystem.String[]To be added.To be added.To be added.PropertySystem.String[]To be added.To be added.To be added.EventGLib.Signal("confirm-overwrite")Gtk.ConfirmOverwriteHandlerIndicates a file overwrite has been requested. This event is raised when the user has selected a file name that already exists and the file chooser is in mode.
Most applications just need to turn on the property and they will automatically get a stock confirmation dialog. Applications which need to customize this behavior should do that, and also connect to this event.
A connected to this event must set to the value indicating the action to take. If the handler determines that the user wants to select a different filename, it should return . If it determines that the user is satisfied with his choice of file name, it should return . On the other hand, if it determines that the stock confirmation dialog should be used, it should return .MethodGtk.FileChooserConfirmationDefault handler for the event.To be added.Override this method in a subclass to provide a default handler for the event.PropertyGLib.Property("do-overwrite-confirmation")System.BooleanEnables Overwrite Confirmation in the dialog. if confirmation should be performed.PropertyGLib.Property("focus-on-click")System.BooleanControls if focus is grabbed on button clicks.defaults to .It can be useful to not take focus when embedded in toolbars for example, so that focus stays with the previous control.