]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/textctrl.h
add missing sample stc
[wxWidgets.git] / include / wx / msw / textctrl.h
index 8cfbb0306eb990845a933289ba8ecb6756282d53..a56a3ff7d67cf95f69daee965203fb10283f2b84 100644 (file)
@@ -139,6 +139,10 @@ public:
 
     // Implementation from now on
     // --------------------------
+#if wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
+    virtual void SetDropTarget(wxDropTarget *dropTarget);
+#endif // wxUSE_DRAG_AND_DROP && wxUSE_RICHEDIT
 
     virtual void SetWindowStyleFlag(long style);
 
@@ -156,6 +160,8 @@ public:
     // the colours for them otherwise
     virtual bool SetBackgroundColour(const wxColour& colour);
     virtual bool SetForegroundColour(const wxColour& colour);
+#else
+    bool IsRich() const { return false; }
 #endif // wxUSE_RICHEDIT
 
 #if wxUSE_INKEDIT && wxUSE_RICHEDIT
@@ -168,6 +174,9 @@ public:
 
     virtual bool AcceptsFocus() const;
 
+    // returns true if the platform should explicitly apply a theme border
+    virtual bool CanApplyThemeBorder() const;
+
     // callbacks
     void OnDropFiles(wxDropFilesEvent& event);
     void OnChar(wxKeyEvent& event); // Process 'enter' if required