Using pixmaps with php



Hello,
 
  I am having a terrible time trying to use pixmaps in php. I have an interface that is created with GLADE:
 
$interface = &new gladexml("path\\to\\glade\\interface.glade");
 
  I assign widgets as such:
 
$windows['settings'] = $interface->get_widget('Settings');
 
$entries, $labels, $buttons; etc. are all assigned like above.
 
for some reason I cannot obtain $windows['settings']->window; (or any other property)
 
does anyone have a straight forward example of using pixmaps with interfaces generated with GLADE instead of being coded the long way?
 
Norm
FREE Avatar hosting at www.easyavatar.com


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]