[PHP-GTK-DEV] Re: [php-gtk-cvs] cvs: php-gtk /ext/gtk+ gtk.overrides
by Pablo DallOglio other posts by this author
Jul 18 2007 12:45PM messages near this date
Re: [PHP-GTK-DEV] compiling with scintilla
|
Re: [PHP-GTK-DEV] Re: [php-gtk-cvs] cvs: php-gtk /ext/gtk+ gtk.overrides
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
Thread:
Pablo DallOglio
Andrei Zmievski
Bob Majdak Jr
Pablo DallOglio
Elizabeth Smith
Steph Fox
Steph Fox
Elizabeth Smith
Bob Majdak Jr
|