Hi,

Here are my newbie questions:

I use gtk2, glade2 and gnome2. I want to use glade to design my UI and
use the gtk.glade.XML to parse the resulting glade file. The glade files
are attached.

Q: Do I need to parse the glade file in every class ? With what
parameters ? How do I get a class for the app1, one for about2 and one
for window1 ? 

Q: What restrictions do I have to consider when setting the callback
names in glade ? What is the scope of handler names defined in Glade ?
Can I use the same handler name for different handler in different
objects ? Is the  'delete' handler for clicked on button4 different from
that defined for window1 or are they the same ? Is the 'delete' handler
for app1 different from that for 'delete' handler for window1 ?

Q: Can I turn the notebook1 and notebook2 into custom classes ? How do I
do that ? Can I use handlers defined in glade in my custom classes ?

TIA,

Ionutz

Attachment: project1.glade
Description: application/glade

<?xml version="1.0" standalone="no"?> <!--*- mode: xml -*-->
<!DOCTYPE glade-project SYSTEM "http://glade.gnome.org/glade-project-2.0.dtd";>

<glade-project>
  <name>Project1</name>
  <program_name>project1</program_name>
</glade-project>
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to