Top | ![]() |
![]() |
![]() |
![]() |
GimpProcedureConfig * | config | Read / Write / Construct |
GimpProcedure * | procedure | Read / Write / Construct |
GObject ╰── GInitiallyUnowned ╰── GtkWidget ╰── GtkContainer ╰── GtkBin ╰── GtkWindow ╰── GtkDialog ╰── GimpDialog ╰── GimpProcedureDialog
GtkWidget * gimp_procedure_dialog_new (GimpProcedure *procedure
,GimpProcedureConfig *config
,const gchar *title
);
gboolean
gimp_procedure_dialog_run (GimpProcedureDialog *dialog
);
Show dialog
and only returns when the user finished interacting with
it (either validating choices or canceling).
“config”
property“config” GimpProcedureConfig *
The GimpProcedureConfig this dialog is editing.
Owner: GimpProcedureDialog
Flags: Read / Write / Construct
“procedure”
property“procedure” GimpProcedure *
The GimpProcedure this dialog is used with.
Owner: GimpProcedureDialog
Flags: Read / Write / Construct