]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textentry.h
Add EVT_RIBBONBAR_TAB_LEFT_DCLICK event.
[wxWidgets.git] / include / wx / msw / textentry.h
index ef5c4e201f0bb883e671733e6fa39d309ec36645..ade77243f2ce06ed6f2f70c460fc150007f81654 100644 (file)
@@ -76,6 +76,10 @@ protected:
     };
     virtual void DoSetSelection(long from, long to, int flags = SetSel_Scroll);
 
+    // margins functions
+    virtual bool DoSetMargins(const wxPoint& pt);
+    virtual wxPoint DoGetMargins() const;
+
 private:
     // implement this to return the HWND of the EDIT control
     virtual WXHWND GetEditHWND() const = 0;