Re: gnome_icon_list is deprecated !!

2005-04-06 Thread John Cupitt
On Apr 6, 2005 2:40 AM, regatta <[EMAIL PROTECTED]> wrote: > I didn't know about this until I check the document in > http://developer.gnome.org/doc/API/2.0/libgnomeui/GnomeIconList.html ( > I didn't know from glade) > > anyway , is there any alternative ? It's deprecated because gtk2.6 now has a

panel applet Context menu item

2005-04-06 Thread APR Trainees
Hello people I have created a context menu, attached to a panel applet. Now I need to 1. First set the fore color of this panel applet context menu item, individually. 2. How can I refer to a menu-item name, in my source file. On compilation I am getting an error message that the specified refer

Re: async, watches and blocking/unblocking

2005-04-06 Thread Santhosh
Hi, Why don't you include the code... probably a part of it... Make sure you are not deadlocking (reading a pipe at both ends..) -- Santhosh. ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ Project - http://eccvs.sf.net ~-~-~-~-~-~-~-~-~-~-~-~-~-~-~ ___ gtk-app-devel

images with gtk 1.2

2005-04-06 Thread Giovanni Manenti
Hi,I'm using gtk 1.2. How I can insert images in my application? Please send me some examples. Giovanni ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Re: async, watches and blocking/unblocking

2005-04-06 Thread Ole C.
Hi, I fixed it. I did numerous things, but in the end (I am not entirely certain if this was all I did though) it seems that (atleast part of) the problem was due to using a fixed buffer size for the read/write channel operations in the callbacks. When I started dynamically allocating the buffer b

Newbie questions on themes and engines

2005-04-06 Thread Eckhoff, Michael A
1. Is there a discussion somewhere on themes and engines? Do these terms refer to the same thing? 2. Who sets the default theme for gtk+ applications? Does this default come with the package or does my Linux vendor (Suse in my case) have anything to do with it? 3. What other themes are availabl

GLib 2.6.4 released

2005-04-06 Thread Matthias Clasen
GLib 2.6.4 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.6/ glib-2.6.4.tar.bz2 md5sum: af7eeb8aae764ff763418471ed6eb93d glib-2.6.4.tar.gzmd5sum: 41ed6bd40b513c817afba8a61e72312d This is a bug fix release and is source and binary compatible with 2.6.0. GLib is the low-le

Re: Newbie questions on themes and engines

2005-04-06 Thread Iago Rubio
On Wed, 2005-04-06 at 09:42 -0500, Eckhoff, Michael A wrote: > 1. Is there a discussion somewhere on themes and engines? Do these terms > refer to > the same thing? No, read this http://www.gtk.org/~otaylor/gtk/2.0/theme-engines.html The first and second paragraphs should be enough. > 2. Who se

GTK+ to multiple displays: use

2005-04-06 Thread Paul Santa Maria
Hi - I was trying to adapt the GDK demo from "Multi-Head Support Overview", and was getting a link unresolved on "gdk_display_new()". The fix was to substitute "gdk_display_open()" instead: THIS CODE SUCCESSFULLY REDIRECTS TO SPECIFIED MONITOR: ---

Re: images with gtk 1.2

2005-04-06 Thread Arren
GtkWidget * image_new_from_file_at_size (const char *filename, gint width, gint height) { GtkWidget *image = NULL; GdkPixbuf *pixbuf; GError *error; const gchar *st = "icon_size"; g_return_val_if_fail (filename != NULL, NULL); error = NULL; pixbuf =

gtk folder selection

2005-04-06 Thread srinivas
hi to all; i am very new to this. i am developing gui with gtk. now i created a list view and a file selector, the file what ever i am selecting i want to display it to the listview. how can i do this. and i want to display the root file system in tree view with checkboxes. so that i can check f