Deprecate widget flag: GTK_WIDGET_CAN_FOCUS

https://bugzilla.gnome.org/show_bug.cgi?id=69872
This commit is contained in:
Javier Jardón
2010-01-04 04:56:11 +01:00
parent 51e0dd9a82
commit 56a893ca8c
15 changed files with 34 additions and 29 deletions

View File

@ -3479,7 +3479,7 @@ draw_focus (GtkStyle *style,
HDC dc;
RECT rect;
if (!GTK_WIDGET_CAN_FOCUS (widget))
if (!gtk_widget_get_can_focus (widget))
{
return;
}