mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-04 01:43:24 +00:00
plug-ins: fix test-dialog after commit 75a50ce87b
.
This commit is contained in:
parent
f8d00b02a1
commit
6cd39dc442
1 changed files with 5 additions and 0 deletions
|
@ -153,21 +153,26 @@ class TestDialogPlugin (Gimp.PlugIn):
|
|||
|
||||
procedure.add_brush_argument ("brush", "_Brush", "Brush", True,
|
||||
Gimp.Brush.get_by_name ("2. Hardness 025"),
|
||||
False,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
procedure.add_font_argument ("font", "_Font", "Font", True,
|
||||
Gimp.Font.get_by_name ("Serif"),
|
||||
False,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
procedure.add_gradient_argument ("gradient", "_Gradient",
|
||||
"Gradient", True,
|
||||
Gimp.Gradient.get_by_name ("Incandescent"),
|
||||
False,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
procedure.add_palette_argument ("palette", "_Palette",
|
||||
"Palette", True,
|
||||
Gimp.Palette.get_by_name ("Default"),
|
||||
False,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
procedure.add_pattern_argument ("pattern", "Pa_ttern",
|
||||
"Pattern", True,
|
||||
Gimp.Pattern.get_by_name ("Paper"),
|
||||
False,
|
||||
GObject.ParamFlags.READWRITE)
|
||||
|
||||
return procedure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue