projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
727eb4c
)
Adjustement to wxCheckListBox under WinCE.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Thu, 25 May 2006 14:03:59 +0000
(14:03 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Thu, 25 May 2006 14:03:59 +0000
(14:03 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39331
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
samples/widgets/listbox.cpp
patch
|
blob
|
blame
|
history
diff --git
a/samples/widgets/listbox.cpp
b/samples/widgets/listbox.cpp
index 1a43e7b4a2e1246a730d892827a903ed69d61334..90de90af978ff3dcacfd60bf4172c59c48a064d6 100644
(file)
--- a/
samples/widgets/listbox.cpp
+++ b/
samples/widgets/listbox.cpp
@@
-142,7
+142,7
@@
protected:
*m_chkOwnerDraw;
// the listbox itself and the sizer it is in
- wxListBox *m_lbox;
+ wxListBox
Base
*m_lbox;
wxSizer *m_sizerLbox;
// the text entries for "Add/change string" and "Delete" buttons
@@
-218,7
+218,7
@@
ListboxWidgetsPage::ListboxWidgetsPage(WidgetsBookCtrl *book,
m_chkSort =
m_chkOwnerDraw = (wxCheckBox *)NULL;
- m_lbox = (wxListBox *)NULL;
+ m_lbox = (wxListBox
Base
*)NULL;
m_sizerLbox = (wxSizer *)NULL;
/*