]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stc/ScintillaWX.h
ConvertToImage: Check !Ok() (we may not have any ref data at all) and if
[wxWidgets.git] / src / stc / ScintillaWX.h
index 2a6c5b5dbd92ea4f529051533682d23179b14b87..799e58ed5a289b5bed14b76f823067038aaf29fa 100644 (file)
@@ -124,6 +124,7 @@ public:
     virtual void NotifyChange();
     virtual void NotifyParent(SCNotification scn);
 
+    virtual void CancelModes();
 
     // Event delegates
     void DoPaint(wxDC* dc, wxRect rect);
@@ -155,7 +156,7 @@ public:
 
 
     // helpers
-    void FullPaint();
+    void FullPaint(wxDC *dc);
     bool CanPaste();
     bool GetHideSelection() { return hideSelection; }
     void DoScrollToLine(int line);
@@ -164,6 +165,7 @@ public:
 
 private:
     bool                capturedMouse;
+    bool                focusEvent;
     wxStyledTextCtrl*   stc;
 
 #if wxUSE_DRAG_AND_DROP