pixmap_create_from_xpm()

[email protected] (Der Starchaser) Tue, 18 Aug 2009 05:47:52 +0200
Newsgroups php.gtk.general
Message-ID <[email protected]>

Trying to create pixmaps I receive an error " Call to undefined method 
Gdk::pixmap_create_from_xpm() ". Is there any workaround to use pixmaps ?

                
    $PixStart = Gdk::pixmap_create_from_xpm($this->StartWindow->window, 
null, 'interface/start_new.xpm');
    $Start = new GtkPixmap($PixStart[0], $PixStart[1]);