]> git.saurik.com Git - wxWidgets.git/commit - src/gtk1/notebook.cpp
Fixed compilation of various notebook.cpp's.
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 23 Aug 2011 03:08:01 +0000 (03:08 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Tue, 23 Aug 2011 03:08:01 +0000 (03:08 +0000)
commit3f4880a451af5b982e775acae7f316793c3df0b5
tree34c9f8ea314d67bb841d1c6d5fc50e60e63119f2
parentf340c9ca881e8c441dceb500a1ea824325439e90
Fixed compilation of various notebook.cpp's.

Make use of HasImageList() and GetImageList() instead of accessing the now private m_imageList directly. Fixed for wxUniv, wxGTK1, and wxOS2 (the latter 2 blindly). Changes are similar to r68856 and should have been a part of that.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@68857 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk1/notebook.cpp
src/os2/notebook.cpp
src/univ/notebook.cpp