Re: Gtk experiment
[email protected] (Elizabeth M Smith)
| Newsgroups | php.gtk.dev |
|---|---|
| Message-ID | <[email protected]> |
Madeleine D. wrote: > > We're working on an experimental run to see if we can move our Gtk1 code > into Gtk2 with the minimum amount of changes. The time required for a > complete rewrite simply does not exist. > > It's going a lot better than we thought, but ran into something that may > or may not be a failing issue. I realize that GtkClist is deprecated, > but our entire app runs on it. The existing Clists are all loading > fine, but when we try to get the selection property in Gtk2, it comes up > empty. > > Did this property get ignored because the widget is deprecated, or ???? > > thanks, > Madeleine D. Generation logs say reader for GtkCList->selection: unknown type 'GList*' so it needs an override to work - someone have a minute to write one? Should be pretty easy -> glist to array conversions are fairly brainless. Thanks, Elizabeth