[pygtk] gtk.Notebook dnd to other widgets

2007-05-04 Thread Niklas Volbers
Hi everyone! I am using the reorderable and detachable properties of gtk.Notebook tabs (pygtk 2.10). Now I wanted to implement dragging a notebook tab to an event box, but somehow my event box will not respond to the dnd event from the notebook tab. I am not sure if I set up the target properl

[pygtk] Treeview, collapse and expand

2005-01-21 Thread Niklas Volbers
Hello everyone, I noticed, that when I use collapse_all() from gtk.Treeview, I need to call queue_draw() to make the change immediate. If I don't, the change will take effect only when I hover over the treeview. Anyway, when I implemented a button for expand_all(), I noticed that this time it is

[pygtk] spreadsheet widget

2004-12-06 Thread Niklas Volbers
, are there editable CellRenderers? Any ideas, suggestions, hints... would be appreciated, Niklas Volbers. Verschicken Sie romantische, coole und witzige Bilder per SMS! Jetzt neu bei WEB.DE FreeMail: http://freemail.web.de/?mc=021193

[pygtk] UIManager and right-justify

2004-12-06 Thread Niklas Volbers
t 'justify'. Any help would be appreciated, Niklas Volbers. __ Mit WEB.DE FreePhone mit hoechster Qualitaet ab 0 Ct./Min. weltweit telefonieren! http://freephone.web.de/?mc=021201 ___ pygtk m

Re: [pygtk] Installing pygtk

2004-11-27 Thread Niklas Volbers
Hello, did you install matplotlib before you installed pygtk? If this is the case you might want to try recompiling and installing matplotlib. If you decide to do so, make sure that you remove the matplotlib installation before rebuilding it /(remove /usr/site/python2.3/site-packages/matplotl

Re: [pygtk] GtkTreeView Oddness

2004-11-23 Thread Niklas Volbers
I had something similar lately: The expander icon would appear or disappear!!! Finally I realized this was a bug in the GTK-theme I was using. Switching to another theme solved my problem. If this is not your problem you might want to post the initialization code for your treeview. Niklas

Re: [pygtk] gtk.UIManager tutorial?

2004-11-16 Thread Niklas Volbers
Thanks, this was exactly what I was looking for. Niklas. Marcel Keienborg wrote: Hello, List, hello, Niklas, On Sun, Nov 14, 2004 at 10:22:11PM +0100, Niklas Volbers wrote: I have just added a glory shiny menubar to my application using gtk.ItemFactory and noticed the DeprecationWarning. After a

[pygtk] gtk.UIManager tutorial?

2004-11-14 Thread Niklas Volbers
Hello, I have just added a glory shiny menubar to my application using gtk.ItemFactory and noticed the DeprecationWarning. After a little research I figured, that gtk.UIManager in 2.4 reads its information from an XML file/string whose format is specified in the API documentation. Is there any

[pygtk] Help with a bug while compiling matplotlib

2004-10-02 Thread Niklas Volbers
Hi! I have a problem when compiling matplotlib, which uses pygtk. I have already posted this question on their mailing list, and there one more person having the same problem. But as it seems it might be an error in pygtk. This was my error report: > I have tried using matplotlib with pygtk