Re: [pygtk] Glade - Custom Images on Buttons

2008-07-15 Thread Guilherme Polo
On Tue, Jul 15, 2008 at 1:25 PM, Shadi Azoum <[EMAIL PROTECTED]> wrote: > Hi, > > In Glade, I am trying to add custom images to buttons, but am not sure how. > Any advice or pointers. > Thanks in advance. Create a button, change its "Edit Type" to Container and place an image on it. > __

Re: [pygtk] is there any script like this?

2008-03-25 Thread Guilherme Polo
2008/3/25, Thomas Dybdahl Ahle <[EMAIL PROTECTED]>: > Yeah, Karl Latimer wrote a such script once: > http://www.qdh.org.uk/wordpress/?p=204 > If I had some reason to not use the .glade file I would prefer to not depend on libglade then. Notice how your script still uses the .glade file and still

Re: [pygtk] Dialogs !

2008-03-16 Thread Guilherme Polo
2008/3/16, Prashant Shah <[EMAIL PROTECTED]>: > I have a glade file with a Dialog widget with three buttons that I > added manually (start, stop, cancel). Name of the dialog is dialog1. > > How do I get the which buttons have been clicked after running. > > self.dialog1.run() > > Since I am cal

Re: [pygtk] Drawing on GTKImage

2008-02-03 Thread Guilherme Polo
2008/2/3, airton arantes <[EMAIL PROTECTED]>: > Hello folks, > > Can I to draw on GTKImage For example, I have a photo, so I want > to draw a square on my photo only pressing some button, How I do it? > Place your image in a DrawingArea, then draw over it just like how you would draw in any

Re: [pygtk] How to get a file through of gtk.FileChooserDialog?

2008-01-12 Thread Guilherme Polo
2008/1/12, airton arantes <[EMAIL PROTECTED]>: > Hello folks, > > I'm using glade 2 to make an application. > > I saw that in the glade 2 have a button to put a FileChooserDialog, > but how I do to take the way of file when I press the open button > http://www.pygtk.org/pygtk2reference/class-

Re: [pygtk] Liststore and Decimal

2008-01-07 Thread Guilherme Polo
2008/1/7, Juan Pablo Daniel <[EMAIL PROTECTED]>: > Hello list! Its my first post here. > I am wanting to store a Decimal() object in a list store but dont know > what type of column use. gobject.TYPE_OBJECT > Help? > Thanks! > > Saludos, Juan Pablo. > _

Re: [pygtk] #gtk channel on irc.freenode.org

2007-09-29 Thread Guilherme Polo
2007/9/29, patrick <[EMAIL PROTECTED]>: > new friends, > > i am actually on the irc.freenode.org channel #gtk and there's only 6 > people. on the qt irc channel there's 140 developers. maybe i have the > wrong channel. > Both channel and server are wrong. Server: irc.gimp.net Channel: #pygtk > ch

Re: [pygtk] Graphing on the fly?

2007-08-24 Thread Guilherme Polo
-- Forwarded message -- From: Guilherme Polo <[EMAIL PROTECTED]> Date: 24/08/2007 13:39 Subject: Re: [pygtk] Graphing on the fly? To: Dan Stromberg <[EMAIL PROTECTED]> 2007/8/24, Dan Stromberg <[EMAIL PROTECTED]>: > > What's the best way, using pygt