forked from AuroraMiddleware/gtk
widget: more details on gtk_widget_grab_focus docs
Tell that widget needs to be mapped and realized.
This commit is contained in:
parent
267a2156d8
commit
94420f7110
@ -5163,6 +5163,10 @@ _gtk_widget_grab_notify (GtkWidget *widget,
|
||||
*
|
||||
* More precisely, it must have the %GTK_CAN_FOCUS flag set. Use
|
||||
* gtk_widget_set_can_focus() to modify that flag.
|
||||
*
|
||||
* The widget also needs to be realized and mapped. This is indicated by the
|
||||
* related signals. Grabbing the focus immediately after creating the widget
|
||||
* will likely fail and cause critical warnings.
|
||||
**/
|
||||
void
|
||||
gtk_widget_grab_focus (GtkWidget *widget)
|
||||
|
Loading…
Reference in New Issue
Block a user