bugs or missing features ?

2002-04-05 Thread Colin Leroy
Hello, I just installed gtk2 in order to test it, it seems to work well and faster than I thought. I tested it mainly with pan-0.11.90. However two displeasant things appear after these tests : - User-definable accels (pointing on a menu item and hitting desired shortcut keys) do not work ; - Ch

Re: How to do zoom on a pixmap?

2002-04-05 Thread Vahid Zahiri
hi Luis You Can use "gdk_pixbuf_scale_simple" or "gdk_pixbuf_scale". Vahid --- Luis Velez <[EMAIL PROTECTED]> wrote: > Hello > I need to do some zooming on a pixmap and be able to > make permanent > changes to the pixmap and then zoom out with the > changes in place. > I believe that the

Re: Returning GErrors from more than one domain

2002-04-05 Thread Soeren Sandmann
Soeren Sandmann <[EMAIL PROTECTED]> writes: > One solution would be to just return errors, no matter what their > domain were. This would mean that a caller of the function couldn't > just switch on the error code. He would have to first call > g_error_domain() to determine the domain of the er

Returning GErrors from more than one domain

2002-04-05 Thread Soeren Sandmann
Suppose a function can fail with errors from more than one domain. One solution would be to just return errors, no matter what their domain were. This would mean that a caller of the function couldn't just switch on the error code. He would have to first call g_error_domain() to determine the

How to do zoom on a pixmap?

2002-04-05 Thread Luis Velez
Hello I need to do some zooming on a pixmap and be able to make permanent changes to the pixmap and then zoom out with the changes in place. I believe that the pixbuf on gtk2.0 has some zooming functions but I am using 1.2.10 and have not been able to find a way to do zooming on a pixmap. Do this

focus-out-event on entry box asserts.

2002-04-05 Thread Michel Selten
Hi, I'm playing around with GTK-2.0.0 and have the following problem: I'm trying to check the result of the contents of an gtk_entry control when focus is lost. I've implemented the following signal handler: g_signal_connect (G_OBJECT (edit_box), "focus-out-event",

2D Graphics with gtk-1.2 (for the developers of GTK+..)

2002-04-05 Thread hunchback
Hi, i've a question.. i'm doing a 2D game and i'm using a GtkDrawingArea, but i have some pixmaps that have transparent areas, and i looked on the GTK+ documentation and i only found gtk_widget_shape_combine_mask... So, i'm wondering, should i use GtkPixmap's to draw this pixmaps that have tra

Re: 2D Graphics with gtk-1.2 (for the developers of GTK+..)

2002-04-05 Thread Paul Davis
>i've a question.. i'm doing a 2D game and i'm using a GtkDrawingArea, but i ha >ve >some pixmaps that have transparent areas, and i looked on the GTK+ >documentation and i only found gtk_widget_shape_combine_mask... So, i'm >wondering, should i use GtkPixmap's to draw this pixmaps that have >t

2D Graphics with gtk-1.2 (for the developers of GTK+..)

2002-04-05 Thread hunchback
Hi, i've a question.. i'm doing a 2D game and i'm using a GtkDrawingArea, but i have some pixmaps that have transparent areas, and i looked on the GTK+ documentation and i only found gtk_widget_shape_combine_mask... So, i'm wondering, should i use GtkPixmap's to draw this pixmaps that have tra

Re: Fwd: Re: Installing from RPM as GTK+

2002-04-05 Thread Stephanie Bryant
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday 05 April 2002 06:10 am, Owen Taylor wrote: > [ CC'ing back to gtk-list ] > The gtk2 package intentionally is meant to along side the GTK+-1.2 > package, which is why ithas a different name. If it replaced > GTK+-1.2, all GTK+ applications on

Re: Regarding gdk_draw_line

2002-04-05 Thread rsteinke
From: Jyothi <[EMAIL PROTECTED]> > > Hi, > > I am trying to draw lines on a drawing area based on the mouse > motion event. ie. when the mouse moves on the drawing area, I just > collect the x and y points and use gdk_draw_line to connect b/w two > points. I do this till I get button-release e

Re: Regarding child windows

2002-04-05 Thread Paul Davis
>I have a window, for which I want 2 child windows. How should I >declare the parent window and child windows?? GtkWindow's do not have child GtkWindows. i suspect a malformed question. try asking again. --p ___ gtk-list mailing list [EMAIL PROTEC

Re: GnomeCanvas

2002-04-05 Thread Paul Davis
> Hi all, > >I using gnomecanvas to do some vectordrawing , >I want to put a grid on the canvas , to draw each line as an canvasitem seams >for me to be a waste of performance an memory , > >anyone has a better aproach to suggest ? either write your own GnomeCanvasGridItem, or accept that a Gn

Re: Regarding gdk_draw_line

2002-04-05 Thread Paul Davis
>I am trying to draw lines on a drawing area based on the mouse >motion event. ie. when the mouse moves on the drawing area, I just >collect the x and y points and use gdk_draw_line to connect b/w two >points. I do this till I get button-release event. So, everytime I get 2 >points , I draw a

Re: Fwd: Re: Installing from RPM as GTK+

2002-04-05 Thread Owen Taylor
[ CC'ing back to gtk-list ] Stephanie Bryant <[EMAIL PROTECTED]> writes: > Owen, > > I found your name listed as the packager for gtk2-2.0.1-1gtk.i386.rpm, which > I downloaded from gtk.org > (ftp://ftp.gtk.org/pub/gtk/v2.0/binary/RedHat-7.2/RPMS/i386). > > I am having trouble installing t

GnomeCanvas

2002-04-05 Thread Mohamed
Hi all, I using gnomecanvas to do some vectordrawing , I want to put a grid on the canvas , to draw each line as an canvasitem seams for me to be a waste of performance an memory , anyone has a better aproach to suggest ? thanks alot Mohamed -- Sevenval AG (HRB 32757) ecommerce-base-t

Regarding gdk_draw_line

2002-04-05 Thread Jyothi
Hi, I am trying to draw lines on a drawing area based on the mouse motion event. ie. when the mouse moves on the drawing area, I just collect the x and y points and use gdk_draw_line to connect b/w two points. I do this till I get button-release event. So, everytime I get 2 points , I draw a

Re: missing gtk-config file

2002-04-05 Thread Michael Mitton
The long explanination... The GIMP does not (AFAIK) work with gtk 2. Aside from API differences that need to be worked out in the GIMP, during the gtk 1.3 series the GTK team moved from using *-config scripts (hence making glib-config and gtk-config script) to one package config program called p

missing gtk-config file

2002-04-05 Thread root
Hi List! I have a problem... I have tried to build the gtk+ 2.0.1 package and it seems that everything worked fine. I can even start the gtk-demo program, but when I try to install gimp it looks for the gtk-config file and doesn't find it, thus aborting the build process. I looked through my

Regarding child windows

2002-04-05 Thread Jyothi
Hi, I have a window, for which I want 2 child windows. How should I declare the parent window and child windows?? Thanks, Jyothi. ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list