Hello list

2006-01-02 Thread Sergio-F Mendoza-Barrera
I am newbie at this task, now a i have a problem. I have a set of text entry, then how can i update this instances with a timer?, i used the glade2 tool for gui design. I need take the update data from a set of streams (this task r ready), any help r welcome thanx in advanced happy new year

gtk label size

2006-01-02 Thread Fernando Apesteguía
Hi to all of you and Happy new Year! I'm translating my gtk app but I have a doubt: Suppose that the window where labels are located is size-fixed. The problem comes when I create the label longer enough (Great Mistake!!!) for most of languages... Normally the text is something like

Re: gtk label size

2006-01-02 Thread David Necas (Yeti)
On Mon, Jan 02, 2006 at 06:24:03PM +0100, Fernando Apesteguía wrote: Suppose that the window where labels are located is size-fixed. The problem comes when I create the label longer enough (Great Mistake!!!) for most of languages... Normally the text is something like x but in some .po

gtk label size

2006-01-02 Thread Fernando Apesteguía
Many thanks Yeti I tried it but my gtk version doesn't support gtk_label_set_ellipsize(). In fact I'm not sure about my gtk version. I have a gtk-2.0 directory but I have not gtk-config so I can't perform a gtk-config --version Best regards -- Forwarded message -- From: David

drawable is not a pixmap or window after upgrade to 2.8.9

2006-01-02 Thread Eduardo M KALINOWSKI
I recently upgraded from GTK version 2.6.something to 2.8.9 in my Debian system. Now, when running an application I developed myself, I get a bunch of errors like this: Gdk-WARNING **: gdkdrawable-x11.c:904 drawable is not a pixmap or window They happen when I press any key in a

Re: gtk label size

2006-01-02 Thread Paul Pogonyshev
Fernando Apesteguía wrote: Many thanks Yeti I tried it but my gtk version doesn't support gtk_label_set_ellipsize(). In fact I'm not sure about my gtk version. I have a gtk-2.0 directory but I have not gtk-config so I can't perform a gtk-config --version Use `pkg-config --modversion

Really strange error

2006-01-02 Thread LWATCDR
I can not seem to build anything after I updated to KDE 3.5 in SuSE 9.3.I know that makes no sence at all but every one of my programs now gets a compile error in the GTK header files. Incremental build of configuration Debug for project GTKBox make -k all Building file:

GTK+-2.8.9 installation strangeness

2006-01-02 Thread Noah
Hi there, The GTK+-2.8.9 windows XP setup program is claiming ther eis a previous GTK+ version installed on my machine. GTK+-2.6.9 was uninstalled and no longer seen in the program list from the Add/Remove Programs menu. I no longer have a version of GTK+-2.6.9 to run a manual uninstall.

GTK+-2.8.9 installation strangeness [fixed]

2006-01-02 Thread Noah
Hi there, okay I upgraded to 2.6.10 then to 2.8.9 - we are running just fine now. cheers, Noah ___ gtk-list mailing list gtk-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Gtk2 1.113 (unstable)

2006-01-02 Thread Rod Butcher
Torsten Schoenfeld wrote: Gtk2 is a Perl extension providing Perl bindings to the 2.x series of the Gtk+ graphical user interface library. This module allows you to write graphical user interfaces in a perlish and object-oriented way, freeing you from the casting and memory management in

Re: remove a toolbar icon

2006-01-02 Thread Dave M
On 12/31/05, muppet [EMAIL PROTECTED] wrote: On Dec 31, 2005, at 8:59 AM, Dave M wrote: Ok, here's what I have: my $toolbar = Gtk2::Toolbar-new; (...several Gtk2::ToolButton-new_from_stock('gtk-stuff') here...) my $new_button = Gtk2::ToolButton-new_from_stock('gtk-foo') # to be added