app: Prepare dynamics editor for output curves

This commit is contained in:
Alexia Death
2010-02-22 00:43:52 +02:00
parent 468b30b585
commit 53dce99bfb
2 changed files with 118 additions and 99 deletions

View File

@ -38,7 +38,10 @@ struct _GimpDynamicsEditor
GimpDynamics *dynamics_model;
GtkWidget *table;
GtkWidget *check_grid;
GtkWidget *view_selector;
GtkWidget *notebook;
};
struct _GimpDynamicsEditorClass