Re: [pygtk] How to place widgets on a grid?

2010-03-09 Thread Arjan Molenaar
Hi, On 6 Mar 2010, at 19:26, Martin Drautzburg wrote: 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

Re: [pygtk] How to place widgets on a grid?

2010-03-07 Thread John Stowers
On Sat, 2010-03-06 at 19:26 +0100, Martin Drautzburg wrote: 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. gtk.Table ? John ___

Re: [pygtk] How to place widgets on a grid?

2010-03-07 Thread Martin Drautzburg
On Sunday, 7. March 2010 11:11:41 John Stowers wrote: On Sat, 2010-03-06 at 19:26 +0100, Martin Drautzburg wrote: 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. gtk.Table ? John

Re: [pygtk] How to place widgets on a grid?

2010-03-07 Thread John Stowers
On Sun, 2010-03-07 at 12:28 +0100, Martin Drautzburg wrote: On Sunday, 7. March 2010 11:11:41 John Stowers wrote: On Sat, 2010-03-06 at 19:26 +0100, Martin Drautzburg wrote: I've been struggeling with the following problem: I want to have a grid in the background and I want to put Buttons

[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