[pygtk] to change font size at gtk.label(), is possible?

2008-02-14 Thread airton arantes
Folks, is there some way to set a font size in gtk.labe() using the glade or even in code? I was seeing the reference manual but I haven't found any function to do it. thanks -- ツAirton Arantes ツ (82)3032-2596 | (82)9129-5360

Re: [pygtk] to change font size at gtk.label(), is possible?

2008-02-14 Thread markus espenhain
On Thu, 2008-02-14 at 10:08 -0200, airton arantes wrote: Folks, is there some way to set a font size in gtk.labe() using the glade or even in code? I was seeing the reference manual but I haven't found any function to do it. thanks sure

RE: Re: [pygtk] Running a CLI program

2008-02-14 Thread vladovi
I tried this before, but couldn't find a way to hide console output. - Od: Lennon Cook Přijato: 11.2.2008 0:55:09 Předmět: Re: [pygtk] Running a CLI program Vláďa [EMAIL PROTECTED] wrote: Is this possible at all in PyGTK? If yes, how

Re: [pygtk] disable F10 menu activation

2008-02-14 Thread markus espenhain
On Mon, 2008-02-11 at 23:00 -0600, Marco Antonio Islas Cruz wrote: Catch the KeyPress event. hm ... i've connected key-press-event on menubar, main window etc but no callback if F10 is pressed ... any idea? thanks markus On Tue, 2008-02-12 at 04:20 +0100, markus espenhain wrote: hi

Re: [pygtk] Running a CLI program

2008-02-14 Thread John Ehresman
[EMAIL PROTECTED] wrote: I tried this before, but couldn't find a way to hide console output. Is this on Windows? If so, are you using pythonw.exe? python.exe uses or creates a console window while pythonw.exe does not. Note that this is a generic python on win32 question and is not

Re: [pygtk] Running a CLI program

2008-02-14 Thread Vláďa
Yes, I'm on Widows. I know the difference between python.exe and pythonw.exe. But I was talking about a console windows created by the external CLI application i run. Anyway I already solved my problem by using gobject. Thanks, Vlada John Ehresman napsal(a): [EMAIL PROTECTED] wrote: I

Re: [pygtk] Slow rendering on gtk.Entry - the second

2008-02-14 Thread John Stowers
On Wed, 2008-02-13 at 01:26 +0100, Webmaster wrote: Hi, sorry for double-mailing last time. I can now give a more precise description of the bad behavior of my entries in TOPLEVEL-windows having some (normally one) of my own-written spread sheets. This spread sheet draws on demand of

[pygtk] Problem with simple custom widget

2008-02-14 Thread Jeffrey Barish
As an exercise in preparation for bigger things, I am trying to create a custom widget that is a gtk.Entry with an added label. I borrowed liberally from examples, but I am not aware of any examples that do quite what I am trying to do. I can make this widget work by subclassing gtk.Bin and