Re: libglade help



El lun, 03 de 03 de 2003 a las 11:29, Robert Parkhurst escribió:
> I'm trying to use xml to create gnome apps.  As of right now, I can get
> my program to run, but nothing is displayed.  Can anyone help me?  Below
> I have included both my glade1.c source file with my glade1.glade file. 
> Thank you for any help you can give!
> [...]
>     xml = glade_xml_new(filename,"glade1");
> [...]
> <widget>
>   <class>GnomeApp</class>
>   <name>app1</name>
>   <title>Glade1</title>
> [...]

The second parameter of gladE_xml_new is the root widget
(or what widget would you like to start to read
this XML file?).  In this case, the only one useful is
app1 or NULL.

May be you want to start with GNOME 2.x instead 1.4.

-- 
German Poo Caaman~o
mailto:gpoo ubiobio cl
http://www.ubiobio.cl/~gpoo/chilelindo.html
"Hay 10 tipos de personas: las que entienden binario y las que no."




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