set_pixtext()
[email protected] (Der Starchaser) Thu, 27 Aug 2009 10:46:22 +0200
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
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