]> git.saurik.com Git - wxWidgets.git/commit
Use GTK_IS_ENTRY() to determine if widget is a GtkEntry.
authorPaul Cornett <paulcor@bullseye.com>
Wed, 11 Jul 2012 16:49:07 +0000 (16:49 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Wed, 11 Jul 2012 16:49:07 +0000 (16:49 +0000)
commitd962569aaedad26b24636490b3a6cc9cf4d3dda6
tree39c8932f0f1aeaa8b609b4656427987bf26f44a3
parent85668a34b300f5d093059677ff58390d7fca0cbe
Use GTK_IS_ENTRY() to determine if widget is a GtkEntry.
If widget is not a GtkEntry, using GTK_ENTRY() will result in assertion or crash

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