Add wxWindowGTK::GTKConnectWidget() helper.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:55:01 +0000 (22:55 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 5 Oct 2009 22:55:01 +0000 (22:55 +0000)
commita0c8bb73f29bcb9fdb20f722deb1f423d8bcbd61
treea6fbe0d98f542e3bacd44409779701f3ac78ee77
parentbb8afd6543a0301574120fbe2552e15144d85ccb
Add wxWindowGTK::GTKConnectWidget() helper.

This trivial wrapper function allows to omit "m_widget" and "this" arguments
when calling g_signal_connect().

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