GNOME Bugzilla – Bug 612509
[GSEAL] Need accessor for GtkAccessible::widget
Last modified: 2010-04-14 12:40:47 UTC
A GtkAccessible is associated to a GtkWidget. When subclassing GtkAccessible, you need to access the widget, but we're missing a gtk_accessible_get_widget() function. This is needed in libwnck, but I can see that the gail code could also use it.
Created attachment 155797 [details] [review] Add gtk_accessible_get_widget()
Comment on attachment 155797 [details] [review] Add gtk_accessible_get_widget() http://git.gnome.org/browse/gtk+/commit/?id=9b34203cb6b384448ba1f48c196c4af27ea56ddd
This problem has been fixed in the development version. The fix will be available in the next major software release. Thanks Vincent!
From http://git.gnome.org/browse/gtk+/commit/?id=9b34203cb6b384448ba1f48c196c4af27ea56ddd&h=gtk-2-20 : > + * gtk_accessible_get_widget: > + * Since: 2.22 Shouldn't this be 2.20.1 instead (and maybe same correct on master branch)?
(In reply to comment #4) > From > http://git.gnome.org/browse/gtk+/commit/?id=9b34203cb6b384448ba1f48c196c4af27ea56ddd&h=gtk-2-20 > : > > > + * gtk_accessible_get_widget: > > + * Since: 2.22 > > Shouldn't this be 2.20.1 instead (and maybe same correct on master branch)? No. The plan is to have a 2.22 which mainly has new accessors. In the last meeting it was decided against adding to stable because we still need something like 50 missing accessors.
Okay - Why was it also committed to gtk-2-20 branch then? It's... "weird" to see this listed in the API reference of upcoming 2.20.1 saying "Since: 2.22".
@Andre: This was not committed to the gtk-2-20 branch, but in master instead.
Oh, the web interface tricked me. Sorry for the noise.