diff options
| author | Nicholas Bishop <nicholasbishop@gmail.com> | 2007-07-27 03:30:53 +0000 |
|---|---|---|
| committer | nicholasbishop <nicholasbishop@users.sourceforge.net> | 2007-07-27 03:30:53 +0000 |
| commit | de4c3b2b994115d085767a5dae4ffbb77b3e8fb2 (patch) | |
| tree | 6daf28adb418c647e8b6cb49b4defdcfc9228331 /src/ui/widget | |
| parent | patch 1750206 by Bruno Dilly - bdilly (diff) | |
| download | inkscape-de4c3b2b994115d085767a5dae4ffbb77b3e8fb2.tar.gz inkscape-de4c3b2b994115d085767a5dae4ffbb77b3e8fb2.zip | |
Filter effects dialog:
First commit of improvements to the dialog discussed on the dev list. The dialog now tracks the selection and selects the appropriate filter, as well as displaying a small icon to indicate what filter(s) are applied to the selection.
(bzr r3313)
Diffstat (limited to 'src/ui/widget')
| -rw-r--r-- | src/ui/widget/filter-effect-chooser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/widget/filter-effect-chooser.h b/src/ui/widget/filter-effect-chooser.h index 3410e0146..9a49f523b 100644 --- a/src/ui/widget/filter-effect-chooser.h +++ b/src/ui/widget/filter-effect-chooser.h @@ -45,10 +45,12 @@ protected: { add(filter); add(id); + add(sel); } Gtk::TreeModelColumn<SPFilter*> filter; Gtk::TreeModelColumn<Glib::ustring> id; + Gtk::TreeModelColumn<int> sel; }; virtual void update_filters(); |
