ToggleButton style

2007-08-22 Thread Diego A. Fons
Hi everyone, I'm playing with thr RC files to get my own styles, i'm using the pixbuf engine and setting the images for each widget. I could set the style for buttons (GtkButton) but i can't set the style for toggle buttons (GtkToggleButton) neither for radio buttons (GtkRadioButton). The toggl

ToggleButton style

2007-08-22 Thread Diego A. Fons
Sorry for my mistake, here is the rc style file, in case i can help. pixmap_path "/usr/share/pixmaps" style "my-button" { xthickness = 0 ythickness = 0 engine "pixmap" { image { function = BOX state= ACTIVE

*** Pango not found. Pango built with Cairo support is required

2007-08-22 Thread Raymond Pau
Dear All, I'm trying to compile GTK+-2.10.14 with directfb support. I compiled the libraries in the following order: 1. glib-2.14.0 2. libpng-1.2.19 3. jpeg-6b 4. freetype-2.3.5 5. libxml2-2.6.29 6. fontconfig-2.4.2 7. atk-1.19.6 8. cairo-1.4.10 9. pango-1.17.3 10. gtk+-2.10.14 ./configure --pref

GtkTooltips vs a method on GtkWidget

2007-08-22 Thread Andrew Cowie
Why would you ever need more than one GtkTooltips group in a given application? It seems to me that the process is to create a single one, and then use it again and again and again for all the Widgets in the whole program. In other words, why is there: gtk_tooltips_set_tip(GtkTooltips, Gt

Re: GtkTooltips vs a method on GtkWidget

2007-08-22 Thread Emmanuele Bassi
On Wed, 2007-08-22 at 22:51 +1000, Andrew Cowie wrote: > In other words, why is there: > > gtk_tooltips_set_tip(GtkTooltips, GtkWidget, gchar*) > > instead of > > gtk_widget_set_tooltip(GtkWidget, gchar*) > > which would seem more straight forward function to have. I guess yo

Re: The application nautilus has quit unexpectedly.

2007-08-22 Thread james pruett
I did the rpm -e and yum install. I still don't see the toolbar at top and bottom. Attached is a new log file. Thanks for continued help. -jim On 8/21/07, Ritesh Khadgaray <[EMAIL PROTECTED]> wrote: > Hello > > On Tue, 2007-08-21 at 13:21 -0600, james pruett wrote: > > see attachment for en

Re: *** Pango not found. Pango built with Cairo support is required

2007-08-22 Thread Behdad Esfahbod
On Wed, 2007-08-22 at 14:29 +0800, Raymond Pau wrote: > Dear All, > > I'm trying to compile GTK+-2.10.14 with directfb support. > I compiled the libraries in the following order: > 1. glib-2.14.0 > 2. libpng-1.2.19 > 3. jpeg-6b > 4. freetype-2.3.5 > 5. libxml2-2.6.29 > 6. fontconfig-2.4.2 > 7. at

Re: *** Pango not found. Pango built with Cairo support is required

2007-08-22 Thread Raymond Pau
$ pkg-config pangocairo --cflags Package pangocairo was not found in the pkg-config search path. Perhaps you should add the directory containing `pangocairo.pc' to the PKG_CONFIG_PATH environment variable No package 'pangocairo' found Ok, pkg-config is complaining that pangocairo is not found; but

Re: The application nautilus has quit unexpectedly.

2007-08-22 Thread Ritesh Khadgaray
Hello > ImportError: /usr/lib/libglade-2.0.so.0: undefined symbol: > atk_relation_set_add_relation_by_type It seems from the new log messages, you atk library installation is corrupted. Did you install a custom set og gtk/gnome library on system ? On Wed, 2007-08-22 at 08:02 -0600, james pr