Re: [PHP-GTK-DEV] Re: [php-gtk-cvs] cvs: php-gtk /ext/gtk+ gtk.overrides
by Andrei Zmievski other posts by this author
Jul 19 2007 4:20PM messages near this date
[PHP-GTK-DEV] Re: [php-gtk-cvs] cvs: php-gtk /ext/gtk+ gtk.overrides
|
Re: [PHP-GTK-DEV] Re: [php-gtk-cvs] cvs: php-gtk /ext/gtk+ gtk.overrides
I said that I was considering doing this back in March and asked for
feedback. I only heard back from Steph who said, "Go ahead", so I
assumed that everyone was fine with it.
-Andrei
On Jul 18, 2007, at 12:45 PM, Pablo DallOglio wrote:
> ok ok. I have to confess I'm very worried about that.
>
> I believe these types must be on Gobject, but they should be there
> since
> the beggining. Now there are many sites out there with samples about
> GtkTreeView usage and Scott and I have books publised about php-gtk2
> with many samples using these types (Gtk::TYPE_BOOLEAN...).
>
> Should we review all the sites content ? And what about the books ? A
> guy buy the book, type the sample and it doesn't work... so he blames
> php-gtk, because it doesn't work fine...
>
> It has been dificult in these last years to conquer new users and
> these
> BC breaks move them away from php-gtk2.
>
> PS: I copied php-gtk-dev because I think this should be reconsidered.
>
> Pablo
>
> Em Qua, 2007-07-18 Ã s 15:28 -0400, Elizabeth Smith escreveu:
> > Pablo DallOglio wrote:
> >> If I understand, it changes the current way of declaring a
> >> GtkTreeStore
> >> object ?
> >>
> >> $store = new GtkTreeStore(Gtk::TYPE_STRING, Gtk::TYPE_BOOLEAN);
> >>
> >> Pablo
> >>
> > yes
> >
> > $store = new GtkTreeStore(GObject::TYPE_STRING,
> > GObject::TYPE_BOOLEAN);
> >
> > ;)
> >
> >
>
> --
> PHP-GTK Development Mailing List (http://gtk.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP-GTK Development Mailing List (http://gtk.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
Pablo DallOglio
Andrei Zmievski
Bob Majdak Jr
Pablo DallOglio
Elizabeth Smith
Steph Fox
Steph Fox
Elizabeth Smith
Bob Majdak Jr
|