call GTKApplyWidgetStyle() from PostCreation() instead of GTKHandleRealized()
authorPaul Cornett <paulcor@bullseye.com>
Thu, 10 Jan 2013 07:17:01 +0000 (07:17 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 10 Jan 2013 07:17:01 +0000 (07:17 +0000)
commit4116bc7eddd2c77de35aa4297e7b8dc1394435f5
tree2ea1d6bf52ebc11b257df778c6a2ca1e019dbf07
parent92ef38ee6b5174a22abc8cf1436c5002b4b9d887
call GTKApplyWidgetStyle() from PostCreation() instead of GTKHandleRealized()
it's a better place to catch font or color changes made before creation

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73361 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/gtk/control.cpp
src/gtk/menu.cpp
src/gtk/window.cpp