]> git.saurik.com Git - wxWidgets.git/commit - src/gtk/infobar.cpp
Generate the button clicks in GTK version of wxInfoBar.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:55:32 +0000 (22:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:55:32 +0000 (22:55 +0000)
commitc0945eb2343660c0510a0c7262d8429afc0dcb31
treed909bff61c8c3c315e4a8f072c73066b08e7fedd
parentcc7033c2f581cd45e97196c5be847cfd5bdad7a1
Generate the button clicks in GTK version of wxInfoBar.

Also add an example of handling info bar buttons events to the sample and
mention that this must be done using Connect() or by deriving from wxInfoBar
in the documentation.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
interface/wx/infobar.h
samples/dialogs/dialogs.cpp
samples/dialogs/dialogs.h
src/gtk/infobar.cpp