Re: Function to return Gtk2::Table



On Fri, May 15, 2009 at 02:42:52PM +1000, Peter E Dennis wrote:

# Get vbox to hold created tables
$vbox2 = $gladexml->get_widget('vbox2');


you don't have a vbox2 defined in your glade file, so that won't work.
looking at the code, since you are packing $vbox2 into $vbox1, perhaps
you meant to create a new vbox?
try something like this:

$vbox2 = Gtk2::VBox->new();

note that I haven't looked very much at this, tho this appears to at
least run.

-- 
_________________________
Ryan Niebur
ryanryan52 gmail com

Attachment: signature.asc
Description: Digital signature



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