Re: [pygtk] pixmap buttons?

2002-07-11 Thread Christian Reis
On Thu, Nov 01, 2001 at 09:22:10AM -0600, Skip Montanaro wrote: > > Kwan> I am trying to create buttons with pixmaps (some kind of picture > Kwan> on the button) using pygtk. > > Here's a simple example (I use the 2.0 API). Don't know how *correct* it > is, but I'm pretty sure I figured

Re: [pygtk] pixmap buttons?

2001-11-01 Thread Skip Montanaro
Kwan> I am trying to create buttons with pixmaps (some kind of picture Kwan> on the button) using pygtk. Here's a simple example (I use the 2.0 API). Don't know how *correct* it is, but I'm pretty sure I figured it out from someone else's example. Obviously change the xpmfile to somethi

[pygtk] pixmap buttons?

2001-11-01 Thread Lee, Kwan
Hi, I am trying to create buttons with pixmaps (some kind of picture on the button) using pygtk. I am new to pygtk and was wondering if anybody has some sample code in doing this. Is using glade a wise choice or should I do manual coding? and is there a way to create pixmap buttons with glade?