Top | ![]() |
![]() |
![]() |
![]() |
VisuUiDataChooserVisuUiDataChooser — A customed file chooser, allowing to slect one or several files a create a VisuDataLoadable object accordingly. |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── GtkFileChooserDialog ╰── VisuUiDataChooser
VisuUiDataChooser implements AtkImplementorIface, GtkBuildable and GtkFileChooser.
This is a standard file chooser with additional combo box to select which kind of VisuDataLoadable we want to select, simple atomic or spin files.
GtkWidget *
visu_ui_data_chooser_new (GtkWindow *parent
);
Creates a dialog allowing to select files to load.
Since: 3.8
VisuDataLoadable *
visu_ui_data_chooser_run (VisuUiDataChooser *this
);
Runs a file dialog chooser to select a VisuDataLoadable file.
Since: 3.8
struct VisuUiDataChooser;
Structure used to define VisuUiDataChooser objects.
Since: 3.8
struct VisuUiDataChooserClass { GtkFileChooserDialogClass parent; };
The class defining a file chooser widget specialised to open VisuDataLoadable objects.
Since: 3.8