Re: Partially disable checkbox

2005-08-25 Thread Greg Breland
Disregard this question. Apparently a treeview without a model doesn't emit the button-press-event. I can live with that, just have to re-factor my code a bit. On Wed, 2005-08-24 at 09:13, Greg Breland wrote: I also have a problem detecting a mouse click on a treeview control. I'm currently

Re: Partially disable checkbox

2005-08-24 Thread Greg Breland
I also have a problem detecting a mouse click on a treeview control. I'm currently trying the widget event button-press-event, but that doesn't seem to fire. On Wed, 2005-08-24 at 00:51, Greg Breland wrote: I need to partially disable a checkbox control. I don't want the checkbox to toggle

Partially disable checkbox

2005-08-23 Thread Greg Breland
I need to partially disable a checkbox control. I don't want the checkbox to toggle when a user clicks on it but I want the click event or something similar to fire. Something similar to the editable property on a text control. I've thought about using the click event to just toggle the control