Re: Custom widget with GladeXML



Quoting Jaap Karssenberg <j g karssenberg student utwente nl>:

The following line causes the following error

   Gtk2::GladeXML->set_custom_handler(\&custom_handler);

   Can't locate auto/Gtk2/GladeXML/set_custom_.al in @INC (@INC
contains: .... )

Is it correct that it searches for "set_custom_.al" instead of
"set_custom_handler.al" ?? Anyway I'll escape the custom code for now.

-- 
   )   (       Jaap Karssenberg || Pardus [Larus]
   :   :       http://pardus-larus.student.utwente.nl/~pardus
 )  \ /  (    
 ",.*'*.,"     Proud owner of "Perl6 Essentials" 1st edition :)

Yeah, you have to remove the glade_ from glade_set_custom_handler in
GladeXML.xs.  There are many problems with the custom widget code at the moment.
 I am trying to iron them out.



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