summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-07-13 20:49:52 +0000
committerTed Gould <ted@gould.cx>2010-07-13 20:49:52 +0000
commitfc4029be156f68885121ba22aa4ca528a2297956 (patch)
tree4685bfddef010181fdd87fc182016b994f2b69d9 /src/selection.h
parentTranslations. Romanian nsh file update. (diff)
parentUpgrading to trunk (diff)
downloadinkscape-fc4029be156f68885121ba22aa4ca528a2297956.tar.gz
inkscape-fc4029be156f68885121ba22aa4ca528a2297956.zip
Merging in the DBus Interface from GSoC 2009
(bzr r9611)
Diffstat (limited to 'src/selection.h')
-rw-r--r--src/selection.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/selection.h b/src/selection.h
index b5a511e96..479a99e76 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -252,14 +252,16 @@ public:
/**
* @brief Returns the bounding rectangle of the selection
*
- * \todo how is this different from bounds()?
+ * Gives the coordinates in internal format, does not match onscreen guides.
+ * (0,0 is the upper left corner, not the lower left corner)
*/
NRRect *boundsInDocument(NRRect *dest, SPItem::BBoxType type = SPItem::APPROXIMATE_BBOX) const;
/**
* @brief Returns the bounding rectangle of the selection
*
- * \todo how is this different from bounds()?
+ * Gives the coordinates in internal format, does not match onscreen guides.
+ * (0,0 is the upper left corner, not the lower left corner)
*/
Geom::OptRect boundsInDocument(SPItem::BBoxType type = SPItem::APPROXIMATE_BBOX) const;