mirror of https://github.com/GNOME/gimp.git
Now lets add the dockable it opens. Now gimp_dynamics_editor_new needs to be implemented to actually have stuff in the dockable.
This commit is contained in:
parent
08a88f681d
commit
7d3f1f0a68
|
@ -223,6 +223,10 @@ static const GimpDialogFactoryEntry dock_entries[] =
|
|||
N_("Brush Editor"), NULL, GIMP_STOCK_BRUSH,
|
||||
GIMP_HELP_BRUSH_EDITOR_DIALOG,
|
||||
dialogs_brush_editor_get, 0, TRUE),
|
||||
DOCKABLE ("gimp-dynamics-editor",
|
||||
N_("Dynamics Editor"), NULL, GIMP_STOCK_DYNAMICS,
|
||||
GIMP_HELP_DYNAMICS_EDITOR_DIALOG,
|
||||
dialogs_dynamics_editor_get, 0, TRUE),
|
||||
DOCKABLE ("gimp-gradient-editor",
|
||||
N_("Gradient Editor"), NULL, GIMP_STOCK_GRADIENT,
|
||||
GIMP_HELP_GRADIENT_EDITOR_DIALOG,
|
||||
|
|
Loading…
Reference in New Issue