Re: [pygtk] Python 3 and introspection hackfest

2010-03-06 Thread Tomeu Vizoso
On Fri, Mar 5, 2010 at 20:56, David Malcolm dmalc...@redhat.com wrote: On Tue, 2010-02-09 at 16:47 +, Tomeu Vizoso wrote: On Fri, Feb 5, 2010 at 22:22, Zachary Goldberg zgold...@gmail.com wrote: On Fri, Feb 5, 2010 at 1:16 PM, John Palmieri jo...@redhat.com wrote: - Tomeu Vizoso

Re: [pygtk] How to write an agenda view?

2010-03-06 Thread Martin Drautzburg
Thanks to all. ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

[pygtk] How to place widgets on a grid?

2010-03-06 Thread Martin Drautzburg
Hello all, I've been struggeling with the following problem: I want to have a grid in the background and I want to put Buttons (or other Widgets) on the Grid. I tried painting the grid using a DrawingArea. Which works. But I don't know how to place other widgets on top. I tried using a

[pygtk] Resizable rectangles, where to start?

2010-03-06 Thread Martin Drautzburg
Hello all, For my agenda view I need some dragable and resizable widgets, which primarily contain text. I don't quite know where to start. Can anyone give me a clue? -- Martin ___ pygtk mailing list pygtk@daa.com.au

[pygtk] Wnck: Switching to and reporting current workspace (desktop) number.

2010-03-06 Thread Osmo Maatta
Hello, This question is about the Wnck library. I still hope someone here can shed light on this issue. The following code snippet loops though all active workspaces/desktops. It then tries to report the actual desktop/workspace number, but the current workspace num does not change. The

Re: [pygtk] Wnck: Switching to and reporting current workspace (desktop) number.

2010-03-06 Thread Pietro Battiston
Il giorno sab, 06/03/2010 alle 20.16 +0100, Osmo Maatta ha scritto: Hello, This question is about the Wnck library. I still hope someone here can shed light on this issue. The following code snippet loops though all active workspaces/desktops. It then tries to report the actual