Add a debug helper to show information about a GtkWidget under gdb.
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Oct 2012 14:02:17 +0000 (14:02 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 16 Oct 2012 14:02:17 +0000 (14:02 +0000)
commit723a83c94a83c7dde13eb9bc8dbf651d212608ae
tree7b65ec6fabd7cd5f527a25cdeb7676ac6f7fd3bd
parent8b5cec2580b423c9c335b2e8222a44561628235d
Add a debug helper to show information about a GtkWidget under gdb.

For now just give its type which is not exactly exhaustive but better than
nothing.

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