]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/stc/stc.h.in
When using an external scrollbar ensure that the built-in one is set
[wxWidgets.git] / contrib / src / stc / stc.h.in
index e48912f1c462cecbef754fc47c047dc82d5b4d29..fe3f32e90fb3cb709566cd4c28a261358779bfb8 100644 (file)
@@ -186,11 +186,11 @@ public:
 
 
     // Set the vertical scrollbar to use instead of the ont that's built-in.
-    void SetVScrollBar(wxScrollBar* bar) { m_vScrollBar = bar; }
+    void SetVScrollBar(wxScrollBar* bar);
 
 
     // Set the horizontal scrollbar to use instead of the ont that's built-in.
-    void SetHScrollBar(wxScrollBar* bar) { m_hScrollBar = bar; }
+    void SetHScrollBar(wxScrollBar* bar);
 
     // Can be used to prevent the EVT_CHAR handler from adding the char
     bool GetLastKeydownProcessed() { return m_lastKeyDownConsumed; }