X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/38b9e339b6ec322acdc6f7d7b037ed9854510a62..60c474a0c4f878a68f8e88be2be26bc5de750212:/samples/render/renddll.cpp diff --git a/samples/render/renddll.cpp b/samples/render/renddll.cpp index 3a611ab099..b3afaf8336 100644 --- a/samples/render/renddll.cpp +++ b/samples/render/renddll.cpp @@ -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)