]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/renddll.cpp
[1231183] 'cleanup: mismatched indentation' and other cleanings.
[wxWidgets.git] / samples / render / renddll.cpp
index b3afaf8336cb74f604da756dae650d38d8be5bb7..51983bd6f0c024da830c34bc598a9e6eaca67367 100644 (file)
@@ -73,6 +73,16 @@ public:
     {
     }
 
+    // draw a dropdown arrow
+    //
+    // flags may use wxCONTROL_PRESSED and wxCONTROL_CURRENT
+    virtual void DrawDropArrow(wxWindow *win,
+                               wxDC& dc,
+                               const wxRect& rect,
+                               int flags = 0)
+    {
+    }
+
     // get the splitter parameters: the x field of the returned point is the
     // sash width and the y field is the border width
     virtual wxSplitterRenderParams GetSplitterParams(const wxWindow *win)