enable renaming the settings objects by editing them directly in the list
2008-06-24 Michael Natterer <mitch@gimp.org> * app/widgets/gimpsettingseditor.[ch]: enable renaming the settings objects by editing them directly in the list (renaming a recent setting moves it to the favorites section). Enable deleting settings. None of these changes is saved yet (need to trigger a save by confirming the tool or storing the current settings as favorite). svn path=/trunk/; revision=25982
This commit is contained in:

committed by
Michael Natterer

parent
2d830d2321
commit
b80fb1ec12
@ -40,6 +40,10 @@ struct _GimpSettingsEditor
|
||||
Gimp *gimp;
|
||||
GObject *config;
|
||||
GimpContainer *container;
|
||||
GObject *selected_setting;
|
||||
|
||||
GtkWidget *view;
|
||||
GtkWidget *delete_button;
|
||||
};
|
||||
|
||||
struct _GimpSettingsEditorClass
|
||||
|
Reference in New Issue
Block a user