summaryrefslogtreecommitdiffstats
path: root/src/ege-select-one-action.h
diff options
context:
space:
mode:
authorAubanel Monnier <aubanel@gmail.com>2008-03-19 15:40:00 +0000
committero__b <o__b@users.sourceforge.net>2008-03-19 15:40:00 +0000
commite65a88bdb1ff93f1f2ba8e07a3d17e970670677f (patch)
tree14033a41c5be8a7c7bac829ca45e0572f8900bc7 /src/ege-select-one-action.h
parentAdd option to treat grups as single objects when converting to guides. (diff)
downloadinkscape-e65a88bdb1ff93f1f2ba8e07a3d17e970670677f.tar.gz
inkscape-e65a88bdb1ff93f1f2ba8e07a3d17e970670677f.zip
More woke on calligraaphic presets:
Added a No Preset entry Made save button and save functionality Changing settings swithces back the preset combo to No Preset Internals: added several functions in pref-utils: add child-pref, get list of children, number of children added a function to retrieve the model from egeActioSelectOne Todos: when a profile is selected, the save button should be a delete button that deletes the current profile find a way to (re)name new profiles find a way to get unique ids (are ids mandatory in preferences anyway ?) (bzr r5125)
Diffstat (limited to 'src/ege-select-one-action.h')
-rw-r--r--src/ege-select-one-action.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ege-select-one-action.h b/src/ege-select-one-action.h
index f3da195d1..2b1f58e5a 100644
--- a/src/ege-select-one-action.h
+++ b/src/ege-select-one-action.h
@@ -112,6 +112,8 @@ EgeSelectOneAction* ege_select_one_action_new( const gchar *name,
const gchar *stock_id,
GtkTreeModel* model );
+GtkTreeModel *ege_select_one_action_get_model(EgeSelectOneAction* action );
+
/**
* Returns the index of the currently selected item.
*