[pygtk] Sync 2 widgets

2008-04-19 Thread Timo
I have a checkbox in my program (made with Glade). I also have a tray-icon which pops-up a menu that contains a checkbox too. Is it possible that if I click the checkbox in my program, the checkbox in the traymenu is also toggled? And the other way around too ofcourse. Timo

[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

Re: [pygtk] Label a different font sizes

2008-04-19 Thread Vláďa
I¨m using 2.10.6 on Windows. I will update to 2.12, anyway I know already know that the problem is caused by to small numbers for font size. But it's strange that setting size=14 produces similar result as font-size: 14px in HTML/CSS. This is what confused me. So the first 2 lines are on my

[pygtk] TreeView and CellRendererCombo - MS Access-like form behaviour

2008-04-19 Thread Stéphane Brunet
Hi, btw, thank you John Finlay for the answer on my last question. In my quest of a GUI interfacing my small database application (I did try OpenOffice Base and went mad after one hour :S ) I would like to copy some behaviour of MS Access in my forms. Say I have two (SQL) tables with two

Re: [pygtk] Label a different font sizes

2008-04-19 Thread John Finlay
Vláďa wrote: I¨m using 2.10.6 on Windows. I will update to 2.12, anyway I know already know that the problem is caused by to small numbers for font size. But it's strange that setting size=14 produces similar result as font-size: 14px in HTML/CSS. This is what confused me. So the first 2

Re: [pygtk] Selecting Children Checkboxes When Parent is Selected

2008-04-19 Thread Facundo Batista
2008/4/19, Shadi Azoum [EMAIL PROTECTED]: 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. You need to catch the