Re: [PHP-GTK] set_pixtext()
[email protected] (Chris Morgan) Thu, 27 Aug 2009 23:30:41 +1000
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Are you wanting a GdkPixbuf in a GtkTreeView? (Sorry, I'm not familiar with PHP-GTK1 code) On Thu, Aug 27, 2009 at 6:46 PM, Der Starchaser <[email protected]>wrote: > > > The following old piece of code should be adapted to PHP-GTK 2 : > > $this->clistProjects = new GtkCList(1, > array($this->ListTitle)); > $node = $this->clistProjects->append(array($Config)); > $this->clistProjects->set_pixtext($node, 0, $Config, 5, > $this->iconpixmap, $this->iconmask); > > > I found no method which supports the functionality of the old set_pixtext() > in > PHP-GTK 2. > > Does anybody know a workaround ? > > Thank you > > -- > PHP-GTK General Mailing List (http://gtk.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Chris Morgan <[email protected]> I'm good at making two things: mistakes and enemies.