Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── GtkFileChooserDialog ╰── VisuUiFieldChooser
VisuUiFieldChooser implements AtkImplementorIface, GtkBuildable and GtkFileChooser.
GtkWidget *
visu_ui_field_chooser_new (GtkWindow *parent
);
Create a filechooser, specific for VisuScalarField files.
Since: 3.7
VisuScalarFieldMethod *
visu_ui_field_chooser_getFileFormat (VisuUiFieldChooser *dialog
);
After the dialog
returns, it has validate the selected file on
possible file formats.
Since: 3.7
VisuUiBoxFit
visu_ui_field_chooser_getFit (VisuUiFieldChooser *dialog
);
The VisuScalarField objects can be fitted on the visuData box or impose their boxes to VisuData.
Since: 3.7
void visu_ui_field_chooser_setOptions (VisuUiFieldChooser *dialog
,GtkWidget *wd
);
One can add widgets to add more options to the chooser. If the chooser already has some option widgets, they are destroyed.
Since: 3.7
typedef struct _VisuUiFieldChooser VisuUiFieldChooser;
Private structure to store informations of a VisuUiFieldChooser object.
typedef struct _VisuUiFieldChooserClass VisuUiFieldChooserClass;
Private structure to store informations of a VisuUiFieldChooserClass object.
“validate”
signalvoid user_function (VisuUiFieldChooser *chooser, VisuScalarFieldMethod *field, gpointer user_data)
Gets emitted when the user choose a file and a format has been validated for it.
chooser |
the object which emit the signal ; |
|
field |
the chosen VisuScalarField object. |
|
user_data |
user data set when the signal handler was connected. |
Flags: No Recursion
Since: 3.7