-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
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
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
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
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'
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
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
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
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");
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
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 ?
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
12 matches
Mail list logo