Re: inclusion of vfs modules

2005-07-29 Thread Iago Rubio
On Fri, 2005-07-29 at 09:39 +0200, The Saltydog wrote: In my program I need to include the right header for gnome_vfs_get_file_mime_type. I have found that the header is in /usr/include/gnome-vfs-module-2.0/libgnomevfs/gnome-vfs-mime.h. If I put this include line: #include

Re: inclusion of vfs modules

2005-07-29 Thread The Saltydog
On 7/29/05, Iago Rubio [EMAIL PROTECTED] wrote: snip Great and exhaustive reply, thank you! ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

switching between gtkspinbuttons in gtktable

2005-07-29 Thread Hubert SokoĊ‚owski
Hi! I have a GtkTable widget where I have GtkEntry and GtkSpinButton widgets in it. In the first column I have entries, in the second I have spinbuttons. when focus is set on an entry I can move up and down between entries in the column with UP and DOWN arrow keys. I want to have the same for

Fwd: arm-linux-gcc compile error

2005-07-29 Thread Raghavendra
From: Raghavendra [EMAIL PROTECTED] Date: Jul 29, 2005 11:23 AM Subject: arm-linux-gcc compile error To: gtk-app-devel-list@gnome.org, gtk-list@gnome.org Hi we are developing a application for Simputer(basically Encore ones) . the application works well under gcc but when arm-linux-gcc is used

Re: arm-linux-gcc compile error

2005-07-29 Thread Raghavendra
On 7/29/05, Raghavendra [EMAIL PROTECTED] wrote: Hi we are developing a application for Simputer(basically Encore ones) . the application works well under gcc but when arm-linux-gcc is used to compile this error comes

radiobuttons

2005-07-29 Thread The Saltydog
I need to query a group of radiobuttons to know which one is active. Should I get each one's state or is there a shortcut? ___ gtk-app-devel-list mailing list gtk-app-devel-list@gnome.org http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

A question about correct widget packaging sequence

2005-07-29 Thread Attilio Fiandrotti
hi everyone we're trying to port the debian-installer gtk frontend from X to Direct Frame Buffer: in the debian-installer gtk frontend code sequences of instructions like this are often used button = gtk_button_new_with_label(Hello world!); frame = gtk_frame_new(blah blah); gtk_container_add

Drag and Drop Lockup

2005-07-29 Thread Matt Henning
I tried looking thru the archives and bugzilla, but couldnt find this particular problem. I have a window with multiple edit text boxes, and when I highlight the text from one box and try to drag it to another, more often than not the entire X display locks up, and can only be recovered by killing

GtkEntry widget in a MenuItem not getting button_press_event signals

2005-07-29 Thread Wallace Owen
Am I doing something wrong? the online ref. man for GtkMenuItem says: As it derives from GtkBin it can hold any valid child widget, altough only a few are really useful. .. so I put a GtkTable in it, then put a 2D array of GtkEntry widgets in that, and then connected the GtkEventBoxes to the

who can help me!!

2005-07-29 Thread xue_hu2001
I am making a problem using glade . I have insert a image into the window , now I wang to copy one region to another place in the same picture . how can I do , if anybody have any ideas? Can gdk_draw_drawable do it ? how to use it ? help me , thx !!___