From bc0119657523429a6f31b4714dfd3cbc94c22673 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Tue, 21 Jan 2014 18:03:31 -0500 Subject: [PATCH] docs: remove reference to removed flags --- docs/reference/gtk/migrating-checklist.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/gtk/migrating-checklist.sgml b/docs/reference/gtk/migrating-checklist.sgml index 7d0c17d740..0315d932d7 100644 --- a/docs/reference/gtk/migrating-checklist.sgml +++ b/docs/reference/gtk/migrating-checklist.sgml @@ -142,7 +142,7 @@ my_widget_popup_menu_handler (GtkWidget *widget) able to take the keyboard focus. In general, widgets should be fully usable through the keyboard and not just the mouse. The very first step of this is to ensure that your widget - turns on the %GTK_CAN_FOCUS flag. + can receive focus, using gtk_widget_set_can_focus().