Re: [pygtk] gtk.Entry text alignment issue

2004-11-09 Thread Christian Robottom Reis
On Tue, Nov 09, 2004 at 01:25:28PM -0800, Steven Howe wrote: >Howdy Similarly confused but eager for clarity persons, > >I'm having some problem with aligning text in a gtk.Entry object. Isn't it Entry.set_alignment()? http://bugzilla.gnome.org/show_bug.cgi?id=59799 Take care, -- Ch

[pygtk] gtk.Entry text alignment issue

2004-11-09 Thread Steven Howe
Howdy Similarly confused but eager for clarity persons, I'm having some problem with aligning text in a gtk.Entry object. I have an gtk.Entry object, call it 'entry'. I'm trying to send it text that I would like aligned to the right edge of the box. I have gotten it's pango.layout object (cal

Re: [pygtk] problems with glade and tooltips within toolbuttons

2004-11-09 Thread John Finlay
Thomas Mills Hinkle wrote: On Tue, 09 Nov 2004 10:01:30 + Stuart Hughes <[EMAIL PROTECTED]> wrote: Hi, I've been pulling my hair out trying to get tooltips to work within a toolbutton. I'm using glade-2 (2.6.5), libglade-2.3.6, pygtk-2.4.0, and python 2.3.4 I've attached a simple test cas

Re: [pygtk] problems with glade and tooltips within toolbuttons

2004-11-09 Thread John Finlay
Stuart Hughes wrote: Hi, I've been pulling my hair out trying to get tooltips to work within a toolbutton. I'm using glade-2 (2.6.5), libglade-2.3.6, pygtk-2.4.0, and python 2.3.4 I've attached a simple test case that shows a normal button's tooltip works, but a toolbutton's doesn't. Has anyon

Re: [pygtk] problems with glade and tooltips within toolbuttons

2004-11-09 Thread Thomas Mills Hinkle
On Tue, 9 Nov 2004 10:24:54 -0200 Christian Robottom Reis <[EMAIL PROTECTED]> wrote: > While I agree with you, I think the rationale here is that whatever > functionality you place in toolbars *must* be offered via a Menu Item, > and that's the standard way of reaching that functionality via the >

Re: R: [pygtk] Strange threading behavior

2004-11-09 Thread Antoon Pardon
On Mon, Nov 08, 2004 at 06:52:57AM -0500, Thomas Mills Hinkle wrote: > Okay, so I think between this and the other thread, I'm gathering that > gtk.threads_enter() and gtk.threads_leave() will not keep me safe, and > that the recent bug I found is the first of many I may have to encounter > over th

Re: [pygtk] problems with glade and tooltips within toolbuttons

2004-11-09 Thread Christian Robottom Reis
On Tue, Nov 09, 2004 at 06:49:31AM -0500, Thomas Mills Hinkle wrote: > Add it to the list of ToolButton woes... on an off topic note, does > anyone know why ToolBars are designed to work so badly with a keyboard > -- AFAIK there are no mnemonics allowed within a toolbar and tab doesn't > move throu

Re: R: [pygtk] Strange threading behavior

2004-11-09 Thread Antoon Pardon
On Mon, Nov 08, 2004 at 12:23:23PM +0100, Gatti Lorenzo wrote: > > The problem is that in some applications it is very natural for > > the main thread to add elements to the queue. Which means that > > if you work with a queue limited in size deadlocks can occur. > > Quite a strange idea. In a nor

Re: [pygtk] problems with glade and tooltips within toolbuttons

2004-11-09 Thread Thomas Mills Hinkle
On Tue, 09 Nov 2004 10:01:30 + Stuart Hughes <[EMAIL PROTECTED]> wrote: > Hi, > > I've been pulling my hair out trying to get tooltips to work within a > toolbutton. > > I'm using glade-2 (2.6.5), libglade-2.3.6, pygtk-2.4.0, and python > 2.3.4 > > I've attached a simple test case that sho

[pygtk] problems with glade and tooltips within toolbuttons

2004-11-09 Thread Stuart Hughes
Hi, I've been pulling my hair out trying to get tooltips to work within a toolbutton. I'm using glade-2 (2.6.5), libglade-2.3.6, pygtk-2.4.0, and python 2.3.4 I've attached a simple test case that shows a normal button's tooltip works, but a toolbutton's doesn't. Has anyone got an idea what's w