]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/render/renddll.cpp
Miscellaneous compilation and warning fixes.
[wxWidgets.git] / samples / render / renddll.cpp
index 3a611ab099674fc370ac86e47e39c82892493edd..b3afaf8336cb74f604da756dae650d38d8be5bb7 100644 (file)
@@ -63,6 +63,16 @@ public:
     {
     }
 
+    // draw a combobox dropdown button
+    //
+    // flags may only use wxCONTROL_PRESSED
+    virtual void DrawComboBoxDropButton(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)