Re: What's the purpose of GtkArg?

2004-11-08 Thread David Necas (Yeti)
On Sun, Nov 07, 2004 at 08:32:24PM -0800, [EMAIL PROTECTED] wrote: I'm a beginner in GTK+ and Linux programming. I'm reading the GGAD (GTK+/Gnome Application Development) book now, but I can not understand the section about GtkArg. What's GtkArg for? I mean what's the purpose of GtkArg

arrows in options menus, themes and engines

2004-11-08 Thread Luis Torrico
hi all, I want to delete the arrow in the option menus. I change the arrow modifing the files *.png and the resource file gtkrc of the theme, but the program is very slow and I need more speed. What can I do? Where can I find the files of the default theme and the png files? I use the

Change background in two parts

2004-11-08 Thread Luis Torrico
Hi all, I need change the background of a window in two parts and one part need has a background and the other part in other colour. is it posible? thanks for your help. ---BeginMessage--- Hi all, I need change the background of a window in two parts and one part need has a

configuring fontconfig for gtk 2.4

2004-11-08 Thread Philippe HAUTION
Hello, I am trying to install gtk 2.4.10 on a debian woody, that is to say I have to do it from the source tarball. I have compiled and installed all the dependencies, that is to say : pkgconfig-0.15.0 gettext-0.14.1 expat-1.95.8 glib-2.4.6 freetype-2.1.9 renderext-0.8 libXrender-0.8.4

Pango font question

2004-11-08 Thread Major A
Hi, I'd like to write an application that uses pango for rendering text. The actual text is going to be provided by an input file, which also contains the required TrueType fonts. Is there a way of writing the program so that these fonts, and these fonts only, are used by pango? Thanks,

Re: What's the purpose of GtkArg?

2004-11-08 Thread Matthias Clasen
On Sun, 2004-11-07 at 23:32, [EMAIL PROTECTED] wrote: Hi, I'm a beginner in GTK+ and Linux programming. I'm reading the GGAD (GTK+/Gnome Application Development) book now, but I can not understand the section about GtkArg. What's GtkArg for? I mean what's the purpose of GtkArg struct? When

Re: What's the purpose of GtkArg?

2004-11-08 Thread Ramin Majdi
--- David Necas (Yeti) [EMAIL PROTECTED] wrote: On Sun, Nov 07, 2004 at 08:32:24PM -0800, [EMAIL PROTECTED] wrote: I'm a beginner in GTK+ and Linux programming. I'm reading the GGAD (GTK+/Gnome Application Development) book now, but I can not understand the section about GtkArg.

Re: GtkCellRendererCombo example?

2004-11-08 Thread Matthias Clasen
On Sun, 2004-11-07 at 15:00, Murray Cumming wrote: Matthias wrote: What problem are you seeing ? I have it working now, http://cvs.gnome.org/viewcvs/gtkmm/examples/book/treeview/combo_renderer/ and I really like it's simplicity compared to the hacky thing that I've been using so far.

Setting tooltips delay?

2004-11-08 Thread Egon Andersen
Hi, I was looking for a way to decrease the tooltips delay. I found gtk_tooltips_set_delay(), but it is deprecated and according to the documentation the delay is set in seconds!!! Are there another better/correct way to decrease the delay? I would probably like to decrease it by 50% or so. Best

Re: gtk+-linux-fb-2.0 won't quit.

2004-11-08 Thread André Pedralho
I think u are talking about this... Did you make a connection signal to shut it down?? static void destroy( GtkWidget *widget, gpointer data ) { gtk_main_quit (); } main() { . . . /* This will cause the window to be destroyed by calling *

Re: GtkCellRendererCombo example?

2004-11-08 Thread Matthias Clasen
On Mon, 2004-11-08 at 08:44, Diego Zuccato wrote: Murray Cumming wrote: 3. There's no way to have a Combo cell renderer that has multiple columns, such as the choice and a description of the choice. But I guess this would require access to the whole GtkComboBox API. IMVHO GtkComboBox

Re: GtkCellRendererCombo example?

2004-11-08 Thread Matthias Clasen
On Sun, 2004-11-07 at 15:00, Murray Cumming wrote: 2. I can't bind a GtkTreeModel* model column to the cell renderer's model property, maybe because the base type is reported as G_TYPE_INTERFACE instead of G_TYPE_OBJECT, in _gtk_tree_data_list_value_to_node(). Maybe we could assuming that all

Re: GtkCellRendererCombo example?

2004-11-08 Thread Murray Cumming
On Sun, 2004-11-07 at 15:00, Murray Cumming wrote: 2. I can't bind a GtkTreeModel* model column to the cell renderer's model property, maybe because the base type is reported as G_TYPE_INTERFACE instead of G_TYPE_OBJECT, in _gtk_tree_data_list_value_to_node(). Maybe we could assuming that

How to use variable font in window

2004-11-08 Thread Phillip Phirrip
hello all,   Is variable font support available in gtk-2.0? I want to display a simple text on the window using lable. and the lable size must increase/decrease if i resize the size of a window. I am currently using tables to attach a lable to window and when I resize the window the font size