]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dataview.h
add comparison operators for wxPen/BrushStyle and wxSOLID/... constants to avoid...
[wxWidgets.git] / include / wx / dataview.h
index fc800bcea4247f1284958e5b66a27ceab29fb78a..5e50b0a00e3c60220a7326d8da75f3bbed6b04ee 100644 (file)
@@ -725,7 +725,7 @@ public:
     wxDataViewColumn *GetDataViewColumn() const { return m_column; }
 
     // for wxEVT_DATAVIEW_CONTEXT_MENU only
-    wxPoint GetPosition() const;
+    wxPoint GetPosition() const { return m_pos; }
     void SetPosition( int x, int y ) { m_pos.x = x; m_pos.y = y; }
 
     virtual wxEvent *Clone() const { return new wxDataViewEvent(*this); }