replace m_insertCallback with a virtual function, contrary to the old comments a...
authorPaul Cornett <paulcor@bullseye.com>
Fri, 29 Aug 2008 15:46:48 +0000 (15:46 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Fri, 29 Aug 2008 15:46:48 +0000 (15:46 +0000)
commit48200154f43831be952cf2503a926af333efb2b5
tree9a10b209b0c74b262e2fef706a8c1028f36b1b3c
parent52ddeedbded9d000fba82132c76618c010c5d2d5
replace m_insertCallback with a virtual function, contrary to the old comments a virtual works just fine

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55354 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
16 files changed:
include/wx/gtk/collpane.h
include/wx/gtk/dataview.h
include/wx/gtk/filedlg.h
include/wx/gtk/mdi.h
include/wx/gtk/notebook.h
include/wx/gtk/popupwin.h
include/wx/gtk/tbargtk.h
include/wx/gtk/window.h
src/gtk/collpane.cpp
src/gtk/dataview.cpp
src/gtk/filedlg.cpp
src/gtk/mdi.cpp
src/gtk/notebook.cpp
src/gtk/popupwin.cpp
src/gtk/tbargtk.cpp
src/gtk/window.cpp