[pygtk] Doc/tutorial on creating custom widgets

2008-04-03 Thread Mitko Haralanov
I am trying to create a custom widget that is basically a GtkButton but along with the label it also has a checkbutton embedded into the button face. To that end, I am trying to find some tutorials, docs, examples on how to create custom widget. The only thing that I have been able to find is

[pygtk] After switching to fullscreen mirage gets decoration on blackbox

2008-04-03 Thread petr . pisar
Hello, I've met strange problem in mirage [http://mirageiv.berlios.de/] (pygtk based image viewe) when I try to toggle the application into fullscreen. The application gets fullscreen, but in short while it gets decorations back. That should not happen. I'm using blackbox window manager

[pygtk] Updating widget causes app to freeze

2008-04-03 Thread Saftoiu, Claudiu
Hello all, I'm not sure if this is a failure on my part to understand how GTK works, or a series of unrelated bugs, or a series of related bugs. I have an application which needs to dynamically create a Widget. Once it's created, every few seconds it has to update certain parts of the widget -

RE: [pygtk] Updating widget causes app to freeze

2008-04-03 Thread Saftoiu, Claudiu
Hello again, Never mind about all these... I was sure they were related somehow, and they were. It has to do with the fact that I was using threads to do the other update, but I was using python threading for the update while using twisted's threading for everything else... this caused nasty

[pygtk] Passing user date to callbacks with libglade

2008-04-03 Thread Mitko Haralanov
I can't seem to figure out how to pass user data to callbacks connected with libglade's signal_autoconnect. The documentation does not mention anything about it and all my searching has not come up with anything. I'd appreciate it if someone could shed some light on the subject? -- Mitko