gnome-less

2002-05-14 Thread Monserrat Seisdedos Nuñez
Hello everybody: I used a gnome-less widget to show the output of a command shell, but what if this output is a question the user has to answer to let the program go on??? How can i let the user introduce the answer.??? Thanks in advance ___ gtk-li

how to get copy from GnomePrintContext to a metafile..

2002-05-14 Thread Sijin M. Stephen
I've drawn a canvas .. Now i want to print this .. is it possible to create a GnomePrintMaster directly from this canvas ? How does one create a metafile from a canvas ? Advance thanks.. sijin _ Do You Yahoo!? Get your free @yahoo.

multiple gtk_image

2002-05-14 Thread Jean-Yves Lamoureux
Hi all. I've a set of gtk_image created like that : image1 = gtk_image_new (gdk_image_new (GDK_IMAGE_FASTEST, gdk_visual_get_system (), 256, 256), NULL); (with image1, image2, etc) They appear ok, then I want to draw something in it. gdk_draw_rgb_image ((GdkDrawable*)image4->window,image4-

Re: multiple gtk_image

2002-05-14 Thread Sven Neumann
Hi, Jean-Yves Lamoureux <[EMAIL PROTECTED]> writes: > I've a set of gtk_image created like that : > > image1 = gtk_image_new (gdk_image_new (GDK_IMAGE_FASTEST, > gdk_visual_get_system (), 256, 256), NULL); huh? gtk_image_new() doesn't take any parameters. I guess you mean gtk_image_new_from_i

Re: (no subject)

2002-05-14 Thread Paul Davis
> i have one more query regarding GTK+.i have a application in QT 3.0 , So ho >w much effort will > require to port a appliction from QT to gtk+(is it possible?). You will have to basically rewrite it completely. You don't "port" programs between GUI toolkits - you reimplement them. GUI toolk

Re: multiple gtk_image

2002-05-14 Thread Jean-Yves Lamoureux
Le 14 May 2002 15:02:21 +0200, Sven Neumann a écrit : > uh, oh. No, it won't work that way. I don't think a GtkImage is a good > choice here (I'd use a GtkDrawingArea) but if you really want to use a > GtkImage, you need to draw to the image you created, not the window of > the GtkImage widget. T

Availability of the GTK+ Tutorial

2002-05-14 Thread Ray Brown
Can you please make available the GTK+ Tutorial in a tarball or zip format. The online version is a pain to keep going online for. Thanks ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Re: Availability of the GTK+ Tutorial

2002-05-14 Thread Sven Neumann
Hi, Ray Brown <[EMAIL PROTECTED]> writes: > Can you please make available the GTK+ Tutorial in a tarball or zip format. > The online version is a pain to keep going online for. they are part of the source tarballs and will even get installed (and cross-linked) on 'make install'. Salut, Sven _

problem with gdk_draw_pixmap

2002-05-14 Thread mrzali
Dear friends, I create two image(pixmap1 & pixmap2) using gdk_draw_pixmap. When mouse_over on pixmap1 the image change to the pixmap2. The problem is the image flickering. How i want to solve this problem? Thanks ___ gtk-list mailing list [EMAIL PROT

Is there a canvas widget

2002-05-14 Thread David Vestal
Is there a GTK+ canvas widget, like the one in the Gnome extension? -- David V ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list