diff options
| author | Aubanel Monnier <aubanel@gmail.com> | 2008-03-19 15:40:00 +0000 |
|---|---|---|
| committer | o__b <o__b@users.sourceforge.net> | 2008-03-19 15:40:00 +0000 |
| commit | e65a88bdb1ff93f1f2ba8e07a3d17e970670677f (patch) | |
| tree | 14033a41c5be8a7c7bac829ca45e0572f8900bc7 /src/ege-select-one-action.cpp | |
| parent | Add option to treat grups as single objects when converting to guides. (diff) | |
| download | inkscape-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.cpp')
| -rw-r--r-- | src/ege-select-one-action.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ege-select-one-action.cpp b/src/ege-select-one-action.cpp index cc93c72f2..0a1a6435d 100644 --- a/src/ege-select-one-action.cpp +++ b/src/ege-select-one-action.cpp @@ -135,6 +135,9 @@ GType ege_select_one_action_get_type( void ) return myType; } +GtkTreeModel *ege_select_one_action_get_model(EgeSelectOneAction* action ){ + return GTK_TREE_MODEL(action->private_data->model); +} void ege_select_one_action_class_init( EgeSelectOneActionClass* klass ) { if ( klass ) { |
