On Tue, Mar 3, 2009 at 8:42 PM, Torsten Schoenfeld <[email protected]> wrote: > Aloha,
Hi Torsten, > over in Perl land we're trying to find out how best to wrap the recently > added gtk_style_get()[1] and its sibling gtk_style_get_property(). The > obvious thing would be to wrap them as GtkStyle methods get() and > get_property(). But this shadows the GObject methods get() and > get_property(). > > So what does your favorite language binding do about this? For python I was thinking to go with gtk.Style.get_style_property() We don't have a gobject.GObject.get() and I don't think we will wrap gtk.Style.get() either. I will check if Gustavo and Paul are happy with this solution too. cheers -- Gian Mario Tagliaretti GNOME Foundation member [email protected] _______________________________________________ language-bindings mailing list [email protected] http://mail.gnome.org/mailman/listinfo/language-bindings
