Re: gdkpixbuf-animation: how to play without looping

2006-09-26 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Sep 26, 2006 at 06:45:22PM +0200, Francesco Montorsi wrote: > Hi, > I need to play a GdkPixbufAnimation without looping it. I.e. after > the last frame is displayed, I do *not* want to display the first frame > again... > > I don't know

Re: implementing a collapsable/expandable widget

2006-09-26 Thread Samuel Cormier-Iijima
On 9/26/06, Michael 'Mickey' Lauer <[EMAIL PROTECTED]> wrote: > Hi, for one project I need to implement a widget container that can > be collapsed/expanded to show its containment. It should look > like the mockup from http://vanille.de/temp/preview-widget-mockup.jpg > > Is there something like tha

implementing a collapsable/expandable widget

2006-09-26 Thread Michael 'Mickey' Lauer
Hi, for one project I need to implement a widget container that can be collapsed/expanded to show its containment. It should look like the mockup from http://vanille.de/temp/preview-widget-mockup.jpg Is there something like that already in Gtk+? If not, which widget would you recommend basing such

gdkpixbuf-animation: how to play without looping

2006-09-26 Thread Francesco Montorsi
Hi, I need to play a GdkPixbufAnimation without looping it. I.e. after the last frame is displayed, I do *not* want to display the first frame again... I don't know (at compile-time) which animation my program will need to play so I don't know its frame count and GdkPixbufAnimation won't l

Re: Internationalization of GTK Apps (change language)

2006-09-26 Thread Andreas Stricker
John Cupitt wrote: > On 9/25/06, Andreas Stricker <[EMAIL PROTECTED]> wrote: > >> * There is a good howto somewhere, but I can't find it anymore > > > I found these two helpful: > > http://www.gnome.org/~malcolm/i18n > http://developer.gnome.org/doc/tutorials/gnome-i18n/developer.html > > Don'

Re: GTK+ 2.10.4 released

2006-09-26 Thread Loïc Minier
On Mon, Sep 25, 2006, Attilio Fiandrotti wrote: > And the DFB backend was indeed found to be broken by the gtk-gnome > Debian team when they tried to build a DFB flavour of GTK for use in the > debian-installer. I just cvs updated the gtk-2-10 branch, and it's still lacking these fixes: - rep

Re: GTK+ 2.10.4 released

2006-09-26 Thread Mike Emmel
OSX was missed also btw the change Behdad had me make effected it too. On 9/25/06, Loïc Minier <[EMAIL PROTECTED]> wrote: > On Mon, Sep 25, 2006, Attilio Fiandrotti wrote: > > And the DFB backend was indeed found to be broken by the gtk-gnome > > Debian team when they tried to build a DFB flavour

Re: Internationalization of GTK Apps (change language)

2006-09-26 Thread Yeti
On Tue, Sep 26, 2006 at 03:20:16PM +0530, Madhusudan E wrote: > > But I have query again: > How to change the language on the fly. You cannot. See http://developer.gnome.org/doc/API/2.0/gtk/gtk-General.html#gtk-set-locale http://bugzilla.gnome.org/show_bug.cgi?id=313736 Yeti -- Anonyms e

Re: Re: Internationalization of GTK Apps (change language)

2006-09-26 Thread Madhusudan E
Hi Andy, |The language change worked. It is as follows | |// Define the Macros |#define GETTEXT_PACKAGE "gtk20" |#define LOCALEDIR "/usr/local/share/locale/" | |In main I had set the following: | | bindtextdomain (GETTEXT_PACKAGE, LOCALEDIR); | bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");

Re: popup menu problem

2006-09-26 Thread Olivier Abad
Le mardi 26 septembre 2006 à 10:47 +0200, Olivier Abad a écrit : > Hi, > > I'm trying to implement a popup menu, but the items in my menu don't > seem to receive the "activate" signal, so my handler is never called. > > However, it works if I connect the handler to "button-release-event" > instea

popup menu problem

2006-09-26 Thread Olivier Abad
Hi, I'm trying to implement a popup menu, but the items in my menu don't seem to receive the "activate" signal, so my handler is never called. However, it works if I connect the handler to "button-release-event" instead of "activate" for my menu items. Can someone tell me what I'm doing wrong ?

Re: GTK+ 2.10.4 released

2006-09-26 Thread Attilio Fiandrotti
Matthias Clasen wrote: > On 9/25/06, Attilio Fiandrotti <[EMAIL PROTECTED]> wrote: > >> And the DFB backend was indeed found to be broken by the gtk-gnome >> Debian team when they tried to build a DFB flavour of GTK for use in the >> debian-installer. >> Is there a way to check if the DirctFB back