Re: Gettng window->default_widget
Andy Wingo <[email protected]>
| Newsgroups | gmane.lisp.guile.gtk |
|---|---|
| Message-ID | <[email protected]> |
Hi Ariel, On Tue, 2006-05-23 at 16:18 -0500, Ariel Rios wrote: > I want to do somthing like: > > GtkWidget widget = window->default_widget; I have no idea, I don't know anything about this field. Generally if a field is not exposed as a GObject property or via functions, it's not wrapped, and needs custom treatment. That would be the case here, if it's necessary to poke this one. Cheers, -- http://wingolog.org/