[pygtk] Glade - Custom Images on Buttons

2008-07-15 Thread Shadi Azoum
Hi, In Glade, I am trying to add custom images to buttons, but am not sure how. Any advice or pointers. Thanks in advance. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ:

[pygtk] A Multilevel Liststore

2008-07-09 Thread Shadi Azoum
Hi, I am trying to make a hierarchal structure using the PyGTK ListStore. What would the code look like for a multilevel structure such as the one below: Parent 1 Child 1.1 Child 1.2 Parent 1.3 Child 1.3.1 Child 1.3.2 Child 1.4 Parent 2 Child 1 Child 2 ... I

Re: [pygtk] Multilevel ListStore

2008-07-08 Thread Shadi Azoum
Azoum [EMAIL PROTECTED] Shadi Azoum wrote: Any help would be greatly appreciated. Use gtk.TreeStore instead. Paul ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq

[pygtk] Multilevel ListStore

2008-07-06 Thread Shadi Azoum
the code if it was just one parent with multiple children, but not when those children are the parents of others. Any help would be greatly appreciated. -Shadi Azoum ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk

[pygtk] Glade Resizing

2008-05-02 Thread Shadi Azoum
I was wondering if anyone has played around with Glade and experienced a resize problem. When I try to create just a basic window, I can't seem to resize it (no dragging or size parameters). Any help/advice would be greatly appreciated. ___ pygtk

[pygtk] Selecting Children Checkboxes When Parent is Selected

2008-04-19 Thread Shadi Azoum
I have two columns in a treeview, one with strings in a hierarchial fashion and corresponding checkboxes. How can I make all children checkboxes selected if a parent checkbox is selected? I would greatly appreciate any help. ___ pygtk mailing list

[pygtk] PyGTK Toolbar

2008-04-15 Thread Shadi Azoum
Fellow programmers, I am starting out with PyGTK and am trying to implement a simple toolbar with custom icons. I had a perfect toolbar until I decided to eliminate the deprecated warnings. Such methods as append_item() have been deprecated in later versions of Python. The only one that is