GimpUi.VectorLoadProcedureDialog

g Atk.ImplementorIface Atk.ImplementorIface Gtk.Widget Gtk.Widget Atk.ImplementorIface->Gtk.Widget GObject.GInterface GObject.GInterface GObject.GInterface->Atk.ImplementorIface Gtk.Buildable Gtk.Buildable GObject.GInterface->Gtk.Buildable GObject.InitiallyUnowned GObject.InitiallyUnowned GObject.InitiallyUnowned->Gtk.Widget GObject.Object GObject.Object GObject.Object->GObject.InitiallyUnowned GimpUi.Dialog GimpUi.Dialog GimpUi.ProcedureDialog GimpUi.ProcedureDialog GimpUi.Dialog->GimpUi.ProcedureDialog GimpUi.VectorLoadProcedureDialog GimpUi.VectorLoadProcedureDialog GimpUi.ProcedureDialog->GimpUi.VectorLoadProcedureDialog Gtk.Bin Gtk.Bin Gtk.Window Gtk.Window Gtk.Bin->Gtk.Window Gtk.Buildable->Gtk.Widget Gtk.Container Gtk.Container Gtk.Container->Gtk.Bin Gtk.Dialog Gtk.Dialog Gtk.Dialog->GimpUi.Dialog Gtk.Widget->Gtk.Container Gtk.Window->Gtk.Dialog

Subclasses:

None

Methods

Inherited:

GimpUi.ProcedureDialog (22), GimpUi.Dialog (4), Gtk.Dialog (14), Gtk.Window (119), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10)

Structs:

Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)

class

new (procedure, config, extracted_data, file)

Virtual Methods

Inherited:

GimpUi.ProcedureDialog (2), Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (10), Gtk.Widget (82), GObject.Object (7), Gtk.Buildable (10)

Properties

Inherited:

GimpUi.ProcedureDialog (2), GimpUi.Dialog (2), Gtk.Dialog (1), Gtk.Window (33), Gtk.Container (3), Gtk.Widget (39)

Style Properties

Inherited:

Gtk.Dialog (4), Gtk.Window (2), Gtk.Widget (17)

Signals

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Fields

Inherited:

Gtk.Dialog (2), Gtk.Window (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1)

Class Details

class GimpUi.VectorLoadProcedureDialog(*args, **kwargs)
Bases:

GimpUi.ProcedureDialog

Abstract:

No

Structure:

GimpUi.VectorLoadProcedureDialogClass

classmethod new(procedure, config, extracted_data, file)
Parameters:
Returns:

the newly created GimpUi.VectorLoadProcedureDialog.

Return type:

Gtk.Widget

Creates a new dialog for procedure using widgets generated from properties of config.

file must be the same vector file which was passed to the [callback`Gimp`.RunVectorLoadFunc] implementation for your plug-in. If you pass any other file, then the preview may be wrong or not showing at all. And it is considered a programming error.

As for all Gtk.Window, the returned GimpUi.ProcedureDialog object is owned by GTK and its initial reference is stored in an internal list of top-level windows. To delete the dialog, call Gtk.Widget.destroy().