Adjust UI code to make check button.

This commit is contained in:
zhenfeng zhao
2009-08-23 11:56:03 -03:00
parent e61316cea1
commit 287f9ab887
4 changed files with 132 additions and 126 deletions

View File

@ -36,12 +36,10 @@ struct _GimpDynamicsEditor
GimpDataEditor parent_instance;
GtkWidget *options_vbox;
//not sure what to add yet.
GtkAdjustment *data;
};
//GtkWidget * gimp_paint_options_gui (GimpToolOptions *tool_options);
struct _GimpDynamicsEditorClass
{
GimpDataEditorClass parent_class;
@ -53,6 +51,6 @@ GType gimp_dynamics_editor_get_type (void) G_GNUC_CONST;
GtkWidget * gimp_dynamics_editor_new (GimpContext *context,
GimpMenuFactory *menu_factory);
//GObject * get_config_value (GimpDynamics *options);
#endif /* __GIMP_DYNAMICS_EDITOR_H__ */