FileChooser
Object Hierarchy:
Description:
[
CCode ( type_id =
"gimp_file_chooser_get_type ()" ) ]
[
Version ( since =
"3.0" ) ]
public sealed class FileChooser :
Box,
Implementor,
Buildable,
Orientable
The chooser contains an optional label and other interface allowing to select files for different use cases.
Content:
Properties:
- public FileChooserAction action { get; set; }
The action determining the chooser UI.
- public File file { owned get; set; }
The currently selected file.
- public string label { owned get; set; }
Label text with mnemonic.
- public string title { owned get; set; }
The title to be used for the file selection popup dialog.
Creation methods:
Methods:
Inherited Members:
All known members inherited from class Gtk.Box
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Buildable
All known members inherited from interface Gtk.Orientable