Hi Jon
Have you added any renderers to the treeview cell?
A snippet of my program where I had the same problem (empty lines) with
a combo box until I added the renderer
self.builder = gtk.Builder()
self.builder.add_from_file('app.glade')
self.window = self.builder.get_ob
On 07/15/2009 01:09 AM, Chris Rouch wrote:
> Hi,
>
> I recently upgraded to Fedora 11. Since then every pygtk program I
> have has started to produce a warning when dialog.run() is called:
>
> ./tmp.py:12: GtkWarning: gdk_x11_atom_to_xatom_for_display: assertion
> `atom != GDK_NONE' failed
> resp
On 2009.07.15 09:49:01 -0500, s...@pobox.com wrote:
> We have an admittedly odd setup at work, but I thought I'd ask here first...
> If you have a multithreaded PyGtk application and kill it with Ctl-C does it
> require one or two Ctl-C's to do the deed? We are seeing two (using pygtk
> 2.12). I
We have an admittedly odd setup at work, but I thought I'd ask here first...
If you have a multithreaded PyGtk application and kill it with Ctl-C does it
require one or two Ctl-C's to do the deed? We are seeing two (using pygtk
2.12). I sort of assume we are doing something wrong, swallowing the
nohics nohics wrote:
> I found it, I think that we have to do check the string value returned by:
> gtk.gdk.keyval_name(event.keyval)
Or you can compare event.keyval to the constants defined in gtk.keysyms.
To test for modifiers like control and alt, you can test the set bits in
event.state accord
Hi,
I recently upgraded to Fedora 11. Since then every pygtk program I
have has started to produce a warning when dialog.run() is called:
./tmp.py:12: GtkWarning: gdk_x11_atom_to_xatom_for_display: assertion
`atom != GDK_NONE' failed
response=dialog.run()
A very simple example is:
#!/usr/bin/
> Well the first reference seems to be of no use . I have a sneeky
> feeling second would have been of use :(
>
> Some algorithmic help would be of great use as i do not understand the
> gtk architecture very well . I am only beginning to learn pygtk.
well... if you think so, go ahead and read t