Bug 731279 - Tool Preset Editor not working correctly

Have "Save" and "Restore" buttons in both the tool preset list/grid
and the tool preset editor. The save button stores the active tool's
options in the preset, if possible.
This commit is contained in:
Michael Natterer
2016-10-12 23:51:24 +02:00
parent b8db0aa54e
commit 3d1c5641f7
13 changed files with 211 additions and 4 deletions

View File

@ -19,6 +19,8 @@
#define __TOOL_PRESETS_COMMANDS_H__
void tool_presets_save_cmd_callback (GtkAction *action,
gpointer data);
void tool_presets_restore_cmd_callback (GtkAction *action,
gpointer data);