Re: label and color

2001-07-23 Thread Skip Montanaro
arno> I would like to know if it's possible to choose a color for a arno> label. And if yes, how? Label widgets don't have their own windows, so you can't directly manipulate their colors. If you stuff them in an event box you can muck with its properties, however. -- Skip Montanaro (

Why it fails to apply gtkrc to a GtkFixed object?

2001-07-23 Thread mingd
Hi there, With the "gtkrc" style file, I can apply styles to many Gtk objects, except the fixed. I tried to put a "bg_pixmap[NORMAL]" to a "fixed", but the pixmap never shows up. So I have to define the bg_pixmap as a default, and to disable it in all other objects' styles. Thanks Ming _

Can I use GtkItems to fill a GtkCombo?

2001-07-23 Thread Andrés
Hi! Can I use GtkItems to fill a GtkCombo? there's any other way to fill a combo different than using a GList *? Thanks! __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ __

Re: ISO 8859-15 problem

2001-07-23 Thread Owen Taylor
[EMAIL PROTECTED] writes: > Hi, > > I wanted to be able to use the Euro Symbol and so I needed to change my > charset to 8859-15 (SuSE 7.2). That works fíne for all applications but Gtk > appl. There I get the following warning: Gtk Warning: Missing Carset in > Frontset creation > Does anyone k

ISO 8859-15 problem

2001-07-23 Thread Michael_Hoeller
Hi, I wanted to be able to use the Euro Symbol and so I needed to change my charset to 8859-15 (SuSE 7.2). That works fíne for all applications but Gtk appl. There I get the following warning: Gtk Warning: Missing Carset in Frontset creation Does anyone know what I need to do to get rid of thi

Re: Resolved ! (I think and I hope)

2001-07-23 Thread Pedro Zorzenon Neto
On Sun, Jul 22, 2001 at 11:41:31PM -0400, jordi wrote: > g_main_iteration (false); change it to: while( g_main_iteration( FALSE ) ); if your window had more than one widget that was updated, it will wait for all the widgets to be updated. PS: when writting about the same thing, replying the o

label and color

2001-07-23 Thread Arno
Hello, I would like to know if it's possible to choose a color for a label. And if yes, how? Thank you. Arno __ ifrance.com, l'email gratuit le plus complet de l'Internet ! vos emails depuis un navigateur, en POP3, su

Hi calculator program help

2001-07-23 Thread Anand
/*hello GTK friends, I recently purchased Eric, Harlows book on developing linux applications with GTK+/GDK by new rider publications. However this application about calculator has some bugs. I resolved a few, but others still remain. Any help is welcoms. Anand */ #include /*2 data Structure

Re: Close a single window?

2001-07-23 Thread Ronald Bultje
At 09:45 23-07-2001 +0200, Mattias Persson wrote: >How do I close a singel window, for instance a popup >window by pressing a button? In java there is a >function dispose(), is there a similar function in gtk? GtkWidget *button, *popup_window; [...] button = gtk_button_new_with_label("Close me");

Close a single window?

2001-07-23 Thread Mattias Persson
How do I close a singel window, for instance a popup window by pressing a button? In java there is a function dispose(), is there a similar function in gtk? /Mattias ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/g