GNOME Bugzilla – Bug 614513
Func to substitute GTK_WIDGET_SET_FLAGS (widget, GTK_HAS_GRAB)?
Last modified: 2010-04-26 19:18:06 UTC
This function should be substituted in GTK+ internal code kalikiana comment: I think we could go for an internal function like _gtk_widget_set_has_grab here. It probably isn't something that would/ should be used outside of GTK+.
Created attachment 158452 [details] [review] Introduce _gtk_widget_set_has_grab
Looks good to me.
Review of attachment 158452 [details] [review]: ::: gtk/gtkwidget.c @@ +5707,3 @@ + gboolean has_grab) +_gtk_widget_set_has_grab (GtkWidget *widget, +void since it's an internal function we could omit the type check here: we control all the callers.
Created attachment 158712 [details] [review] Introduce _gtk_widget_set_has_grab() interanl function.v2 Updated patch
Review of attachment 158712 [details] [review]: looks good to me
Comment on attachment 158712 [details] [review] Introduce _gtk_widget_set_has_grab() interanl function.v2 commit 560e426f16fc5a8a8eaaac2cf6feb85d26e69388
This problem has been fixed in the development version. The fix will be available in the next major software release. Thanks for the reviews.