[Glade-devel] using glade_xml_construct



This is a multi-part message in MIME format.
--------------040301080302020202060805
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi,
    I'd like to load multiple glade files and construct a single 
GladeXML *ptr.  Is it correct to use glade_xml_construct to do so?
For example;

GtkWidget *widget;
GladeXML *xml;

xml = glade_xml_new( "file.glade", NULL, NULL ); // contains a widget 
named foo1
glade_xml_construct( xml, "file2.glade", NULL, NULL ); // contains a 
widget named foo2

// then i can i
widget = glade_xml_get_widget( xml, "foo1" );
// do something with widget
widget = glade_xml_get_widget( xml, "foo2" );
// do something with widget

Is this correct usage of libglade?  Further is this safe usage?

-todd


--------------040301080302020202060805
Content-Type: text/x-vcard; charset=utf8;
 name="taf2.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="taf2.vcf"

begin:vcard
fn:Todd Fisher
n:Fisher;Todd
email;internet:taf2 lehigh edu
x-mozilla-html:FALSE
url:http://severna.homeip.net
version:2.1
end:vcard


--------------040301080302020202060805--




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