parent
e5a1a29e77
commit
05454e778c
@ -256,6 +256,11 @@ inline void wx_gtk_widget_set_can_focus(GtkWidget *widget, gboolean can)
|
||||
}
|
||||
#define gtk_widget_set_can_focus wx_gtk_widget_set_can_focus
|
||||
|
||||
static inline gboolean wx_gtk_widget_has_focus(GtkWidget* widget)
|
||||
{
|
||||
return GTK_WIDGET_HAS_FOCUS(widget);
|
||||
}
|
||||
#define gtk_widget_has_focus wx_gtk_widget_has_focus
|
||||
|
||||
inline gboolean wx_gtk_widget_get_can_default(GtkWidget *widget)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user