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:
Alexia Death 2009-07-30 20:59:08 +03:00
parent 08a88f681d
commit 7d3f1f0a68
1 changed files with 4 additions and 0 deletions

View File

@ -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,