Re: DGSEAL_ENABLE: replace direct addressing in statusbar

2010-09-16 Thread Olivier Sessink
On 07/04/2010 07:57 AM, Carlos Pereira wrote: On 07/04/10 06:17, Nader Morshed wrote: statusbar = gtk_statusbar_new (); label = gtk_statusbar_get_message_area (GTK_STATUSBAR (statusbar)); gtk_misc_set_alignment (GTK_MISC (label), 0.5, 0.5); Thanks Nader, I believe you are in the right

Re: rendering-cleanup-next

2010-09-16 Thread Andrés G. Aragoneses
El 16/09/10 13:00, Florian Müllner escribió: El jue, 16-09-2010 a las 20:36 +1000, Andrew Cowie escribió: If someone write up a list of indent options and stick the command in a one line script somewhere prominent (like / :)) then we can just run the code formatter once over the entire tree,

Re: rendering-cleanup-next

2010-09-16 Thread Havoc Pennington
Hi, On Thu, Sep 16, 2010 at 6:36 AM, Andrew Cowie and...@operationaldynamics.com wrote: On Sun, 2010-09-12 at 11:23 -0400, Matthias Clasen wrote: Anyhow, sure, if GTK has no policy that's fine. I assumed it had a sensible policy... We don't have a written-down policy, beyond 'fit in

Re: rendering-cleanup-next

2010-09-16 Thread Andrés G. Aragoneses
El 16/09/10 15:24, Olav Vitters escribió: On Thu, Sep 16, 2010 at 01:07:15PM +0200, Andrés G. Aragoneses wrote: Another good thing to do after that is deploying the codeformatter in the server as a hook for any commit, so users don't need to run it. This is impossible with distributed

Missing icons in 2.21.8

2010-09-16 Thread Bernd Eggink
Hi all, after an update from 2.21.7 to 2.21.8 I get these messages when starting Firefox: -- (firefox-bin:4965): Gtk-WARNING **: Error loading theme icon 'gtk-go-back-ltr' for stock: Icon 'gtk-go-back-ltr' not present in

Re: Missing icons in 2.21.8

2010-09-16 Thread Javier Jardón
2010/9/16 Bernd Eggink mono...@sudrala.de: Hi all, after an update from 2.21.7 to 2.21.8 I get these messages when starting Firefox: -- (firefox-bin:4965): Gtk-WARNING **: Error loading theme icon 'gtk-go-back-ltr' for

Re: Spinning the main loop

2010-09-16 Thread Sergei Steshenko
--- On Wed, 9/15/10, Kevin Ryde use...@zip.com.au wrote: From: Kevin Ryde use...@zip.com.au Subject: Re: Spinning the main loop To: gtk-perl-list@gnome.org Date: Wednesday, September 15, 2010, 4:11 PM Sergei Steshenko sergst...@yahoo.com writes: Actually, not only I spin the main

Adventures in gtk-perl - tables and windows

2010-09-16 Thread Mike Martin
Hi After a frustrating couple of days googling I have come up with the follwing bits of code to solve a couple of things which seem to have a lot of questions on google but no answers. Comments apprieciated 1. getting widgets from a table matching co-ordinates (ie: row/column) foreach my $w