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:
Michael Natterer
2008-06-24 21:37:10 +00:00
committed by Michael Natterer
parent 2d830d2321
commit b80fb1ec12
3 changed files with 163 additions and 24 deletions

View File

@ -40,6 +40,10 @@ struct _GimpSettingsEditor
Gimp *gimp;
GObject *config;
GimpContainer *container;
GObject *selected_setting;
GtkWidget *view;
GtkWidget *delete_button;
};
struct _GimpSettingsEditorClass