fix typo
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
ad47660f9a
commit
7c491c85de
@ -253,14 +253,14 @@ inline gboolean wx_gtk_widget_get_can_focus(GtkWidget *widget)
|
||||
}
|
||||
#define gtk_widget_get_can_focus wx_gtk_widget_get_can_focus
|
||||
|
||||
inline void wx_gtk_widset_set_can_focus(GtkWidget *widget, gboolean can)
|
||||
inline void wx_gtk_widget_set_can_focus(GtkWidget *widget, gboolean can)
|
||||
{
|
||||
if ( can )
|
||||
GTK_WIDGET_SET_FLAGS(widget, GTK_CAN_FOCUS);
|
||||
else
|
||||
GTK_WIDGET_UNSET_FLAGS(widget, GTK_CAN_FOCUS);
|
||||
}
|
||||
#define gtk_widset_set_can_focus wx_gtk_widset_set_can_focus
|
||||
#define gtk_widget_set_can_focus wx_gtk_widget_set_can_focus
|
||||
|
||||
|
||||
inline gboolean wx_gtk_widget_get_can_default(GtkWidget *widget)
|
||||
|
Loading…
Reference in New Issue
Block a user