Use g_signal_connect_after for GTK+ native controls
authorRobert Roebling <robert@roebling.de>
Thu, 16 Feb 2006 09:00:45 +0000 (09:00 +0000)
committerRobert Roebling <robert@roebling.de>
Thu, 16 Feb 2006 09:00:45 +0000 (09:00 +0000)
commit4c20ee63f0c17102213c5c6bb058b7bb9d0ad141
tree5a645c636448adbffa5f98c5885a3b1ebcbc6a53
parentf01bca89fd89e8b07061f96d4329bf6cebe6232e
  Use g_signal_connect_after for GTK+ native controls
    and wxTopLevelWindow focus events and the normal
    _connect for custom controls.

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