summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.h
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-04-03 03:32:00 +0000
committerJohn Smith <removethis.john.q.public@bigmail.com>2012-04-03 03:32:00 +0000
commitbf5917550889e6a3af05b4b997327dbcc583381a (patch)
tree5d5482ce5288bab772a234e89a96211c998e93d9 /src/selection-chemistry.h
parentFix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ... (diff)
downloadinkscape-bf5917550889e6a3af05b4b997327dbcc583381a.tar.gz
inkscape-bf5917550889e6a3af05b4b997327dbcc583381a.zip
Fix for 170378 : Select same objects by fill or stroke
(bzr r11141)
Diffstat (limited to 'src/selection-chemistry.h')
-rw-r--r--src/selection-chemistry.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h
index 1b09d98c9..74f80b6af 100644
--- a/src/selection-chemistry.h
+++ b/src/selection-chemistry.h
@@ -36,6 +36,9 @@ namespace Inkscape {
static void selectAll(SPDesktop *desktop);
static void selectAllInAll(SPDesktop *desktop);
static void selectNone(SPDesktop *desktop);
+ static void selectSameFillStroke(SPDesktop *dt);
+ static void selectSameFill(SPDesktop *dt);
+ static void selectSameStroke(SPDesktop *dt);
static void invert(SPDesktop *desktop);
static void invertAllInAll(SPDesktop *desktop);
static void reverse(SPDesktop *dt);
@@ -120,6 +123,9 @@ void sp_selection_next_patheffect_param(SPDesktop * dt);
void sp_selection_edit_clip_or_mask(SPDesktop * dt, bool clip);
+void sp_select_same_fill_stroke(SPDesktop *desktop, gboolean fill, gboolean stroke);
+GSList *sp_get_same_fill_or_stroke_items(SPItem *sel, GSList *src, gboolean fillorstroke);
+
void scroll_to_show_item(SPDesktop *desktop, SPItem *item);
void sp_undo (SPDesktop *desktop, SPDocument *doc);