]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/vlbox.h
added selecting-while-dragging
[wxWidgets.git] / include / wx / vlbox.h
index 84fcfdfca924dd987e31d9114dbc543b2b55849e..b1588627ba9c3424ba7072228da12b1af8d03877 100644 (file)
@@ -103,6 +103,9 @@ public:
     // is this item selected?
     bool IsSelected(size_t line) const { return (int)line == m_selection; }
 
+    // get the margins around each item
+    wxPoint GetMargins() const { return m_ptMargins; }
+
 
 protected:
     // the derived class must implement this function to actually draw the item