No real changes, just make wxDataViewCtrl::Init() private in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 21:41:30 +0000 (21:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 24 Oct 2009 21:41:30 +0000 (21:41 +0000)
commitbf68a18d3c56bc72b8baa6c2ddeeba4fcaac1426
tree454f73651922b3acd47ff327bf4376255fc1529e
parent65536c9221c62262cca9b76431bc1fdaf4886a3b
No real changes, just make wxDataViewCtrl::Init() private in wxGTK.

The usual convention is for Init() method to be private and to call it from
constructor, follow it in GTK implementation of wxDataViewCtrl too instead of
making it public and calling it from Create().

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62497 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/dataview.h
src/gtk/dataview.cpp