projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
61373fa
)
Init() does not belong to public.
author
Włodzimierz Skiba
<abx@abx.art.pl>
Mon, 13 Mar 2006 09:37:23 +0000
(09:37 +0000)
committer
Włodzimierz Skiba
<abx@abx.art.pl>
Mon, 13 Mar 2006 09:37:23 +0000
(09:37 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38052
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/gtk/listbox.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/gtk/listbox.h
b/include/wx/gtk/listbox.h
index 544d10dd0c864d749a8c85b7f0697eec7641b5a1..bda269fb16a7cf3822a1af6ad7ceb60b2623bc1b 100644
(file)
--- a/
include/wx/gtk/listbox.h
+++ b/
include/wx/gtk/listbox.h
@@
-46,8
+46,6
@@
public:
}
virtual ~wxListBox();
- void Init(); //common construction
-
bool Create(wxWindow *parent, wxWindowID id,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
@@
-120,6
+118,8
@@
protected:
void DoApplyWidgetStyle(GtkRcStyle *style);
private:
+ void Init(); //common construction
+
DECLARE_DYNAMIC_CLASS(wxListBox)
};