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 !!___ gt

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

Re: arm-linux-gcc compile error

2005-07-29 Thread palm topen
Add the following in your Makefile and add gtk lib path into your PKG_CONFIG environment . GTKCFLAGS = `pkg-config --cflags gtk+-2.0` -DGTK_ENABLE_BROKEN GTKLDFLAGS += `pkg-config --libs gtk+-2.0` On 7/29/05, Raghavendra wrote: > > Hi > we are developing a application for Simputer(basically E

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

Re: A question about correct widget packaging sequence

2005-07-29 Thread Stephane Raimbault
Attilio, The two code sequences seem right to me (certainly a bug in DFB) but I prefer this packing order : box = gtk_hbox_new (FALSE, 6); gtk_container_add (GTK_CONTAINER (window), box); frame = gtk_frame_new("blah blah"); gtk_box_pack_start (GTK_BOX (box), frame

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_ad

gtkcomboboxentry

2005-07-29 Thread The Saltydog
I have read that use of gnome_entry_new is deprecated, but GtkComboBoxEntry doesn't have the same "history-saving" functionality.. I need to set up a GtkComboBoxEntry with an "history" list. Should I handle it by myself, or is there any replacement function? ___

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

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 > > /opt/EncoreSimputer-tools/lib/gcc/arm-linux/3.4.1/../../../.

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

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_ad

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 spi

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

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 > > the modul

inclusion of vfs modules

2005-07-29 Thread The Saltydog
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 the module is not found, even if I add the right path for inclusion. The only