projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
modified wxPNGHandler to not use png_struct.jmpbuf
[wxWidgets.git]
/
src
/
mac
/
tabctrl.cpp
diff --git
a/src/mac/tabctrl.cpp
b/src/mac/tabctrl.cpp
index 7bb7a464f269e06232f338f801c8a4634a11fba4..db1992be6e20ae5ad57927b8a7a559a5b9550492 100644
(file)
--- a/
src/mac/tabctrl.cpp
+++ b/
src/mac/tabctrl.cpp
@@
-41,7
+41,7
@@
bool wxTabCtrl::Create(wxWindow *parent, wxWindowID id, const wxPoint& pos, cons
MacPreControlCreate( parent , id , "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
MacPreControlCreate( parent , id , "" , pos , size ,style, wxDefaultValidator , name , &bounds , title ) ;
- m_macControl = ::NewControl(
parent->GetMacRootWindow(
) , &bounds , title , false , 0 , 0 , 1,
+ m_macControl = ::NewControl(
MAC_WXHWND(parent->MacGetRootWindow()
) , &bounds , title , false , 0 , 0 , 1,
kControlTabSmallProc , (long) this ) ;
MacPostControlCreate() ;
kControlTabSmallProc , (long) this ) ;
MacPostControlCreate() ;