Reorder event things a little.
authorRobert Roebling <robert@roebling.de>
Sat, 4 Nov 2006 18:29:28 +0000 (18:29 +0000)
committerRobert Roebling <robert@roebling.de>
Sat, 4 Nov 2006 18:29:28 +0000 (18:29 +0000)
commitc98826242f849bc2ab888c33f547c59dcf8db2fa
tree5103551707fd4f146103fbd475c46dc5a48ddc38
parent59062ec1139882af2178354003df5144e4ab8dc7
  Reorder event things a little.
    Two callbacks for page change and page changing.
    use signal_connect_after() for page changed event,
      as everywhere else, this should also make it
      possible to select a different page in the
      event handler.
    GetSelection just uses native call.
    Don't use m_skipEvent flag, disconnect from events.

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