projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b5874d
)
Build fix after DrawPushButton introduction.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Mon, 24 Apr 2006 21:01:34 +0000
(21:01 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Mon, 24 Apr 2006 21:01:34 +0000
(21:01 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38898
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/render/renddll.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/render/renddll.cpp
b/samples/render/renddll.cpp
index 135ea2f08f6a820fc5d7653f9c70b177820c0ba8..5ee3e37e1e3a7d4355c56d9242be0dbbae8f55c9 100644
(file)
--- a/
samples/render/renddll.cpp
+++ b/
samples/render/renddll.cpp
@@
-52,6
+52,14
@@
public:
{
}
+ // draw blank button
+ virtual void DrawPushButton(wxWindow *win,
+ wxDC& dc,
+ const wxRect& rect,
+ int flags = 0)
+ {
+ }
+
// draw the border for sash window: this border must be such that the sash
// drawn by DrawSash() blends into it well
virtual void DrawSplitterBorder(wxWindow *win,