Re: Missing Gtk2::HButtonBox and others



On Mon, 2005-11-14 at 10:20 -0800, Lynn Wilkins wrote:
Ok! 
perl -e "use Gtk2; \$hbox=Gtk2::HButtonBox->new;"  ## it works. my kit
must be complete! 
So does this mean there is a bug in Glade2perl? 

Generating Perl from a Glade XML file isn't really the best way to use
Glade.  The preferred approach is to have your program read the XML file
at runtime using the Gtk2::GladeXML module.  That way you can revise the
user interface and the code independently.

There's an article describing how to do that on the Wiki:

  http://live.gnome.org/GTK2-Perl/GladeXML/Tutorial

Regards
Grant




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