GNOME Bugzilla – Bug 614515
Func to substitute GTK_WIDGET_SET_FLAGS (widget, GTK_HAS_DEFAULT)?
Last modified: 2010-04-26 19:19:05 UTC
This function should be substituted in GTK+ internal code kalikiana comment: Hm... this one is ugly because gtk_widget_grab_default is not enough to set the flag and there's an awkward interdepedency on GtkWindow. I guess we need an internal function here as well unless somebody can think of something more elegant.
Created attachment 158710 [details] [review] Introduce _gtk_widget_set_has_default() internal function
Review of attachment 158710 [details] [review]: looks good to me
Comment on attachment 158710 [details] [review] Introduce _gtk_widget_set_has_default() internal function commit 41a073263a5b16c2ecde58d7ef0f6ad2d296b3ac
This problem has been fixed in the development version. The fix will be available in the next major software release. Thanks for the review.