Problem in pango installation

2005-07-12 Thread Ariel M. Nicolabo
Hello, I have problem in installing pango in unix after executing "configure" I have this problem during executing "make". Any suggestion to solve this problem. START ++ # ./configure --prefix=/opt/gtk ... # make make all-recursive make[1]: Enteri

Please explain five stages of signal emission(gobject).

2005-07-12 Thread DC A
Hi! First of all i want to say I'm trying to learn gtk+2.0. And I got stuck at a section(GObject's signal api) where they mentioned that A signal emission consists of five stages which are: 1 - Invocation of the object method handler for G_SIGNAL_RUN_FIRST signals 2 - Invocation of normal user

Re: Creating a pixbuf from non-BMP image data

2005-07-12 Thread Olexiy Avramchenko
Murray Cumming wrote: gdk_pixbuf_new_from_file() can create a GdkPixbuf from various image formats. But gdk_pixbuf_new_from_data() can only take BMP-formatted images. If I know, for instance, that my buffer contains a PNG image, how can I create a GdkPixbuf for it, so I can display it? Do I real

Re: How is GtkTreeIter->stamp initialized?

2005-07-12 Thread Maciej Katafiasz
Dnia 04-07-2005, pon o godzinie 16:22 +0700, kyanh napisaƂ: > How is GtkTreeIter->stamp initialized? > > I mean: Is it possible that iter.stamp has a negative value? GtkTreeIter is fully opaque, and readable only for its owner, that is, {Tree,List}Store that created it. You never need to read nor

Creating a pixbuf from non-BMP image data

2005-07-12 Thread Murray Cumming
gdk_pixbuf_new_from_file() can create a GdkPixbuf from various image formats. But gdk_pixbuf_new_from_data() can only take BMP-formatted images. If I know, for instance, that my buffer contains a PNG image, how can I create a GdkPixbuf for it, so I can display it? Do I really have to save it to a

Re: Drawing higher depth images

2005-07-12 Thread Olexiy Avramchenko
David Necas (Yeti) wrote: Is it possible to use Gdk drawing functions (gdk_draw_arc(), etc.) to draw images of higher depth than system and save them? I can save GdkPixbufs. If there were drawing primitives in gdk-pixbuf, it would be everything I need. However I can draw only on GdkDrawables.

RE: GTK+ and Application Delivery

2005-07-12 Thread Vlietstra, Joe (SSD)
> From: [EMAIL PROTECTED] > Subject: GTK+ and Application Delivery > ... > But my question is this: why does GTK+ not encourage itself > to be more accessible from an application deployment point of > view? Why is there, at least, not an explicit document > relating to delivery and deployment i

GtkFileChooserButton

2005-07-12 Thread Diego Zuccato
Hello all. I'm trying to use $SUBJ, but don't know which is "the right thing" to do to get the selected filename. I'm now connecting to the "selection_changed" signal (from Glade), but the docs say : --- Normally you do not need to connect to this signal, as it is easier to wait for the file