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
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
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
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
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
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
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?
___
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
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/../../../.
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
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
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
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
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
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
15 matches
Mail list logo