Pango-1.2.3 released

2003-06-08 Thread Owen Taylor
Pango-1.2.3 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.2/ As compared to Pango-1.2.1 (Pango-1.2.2 was a short-lived release and never announced), this release contains various bug fixes, a large speedup to layout with the Xft and FT2 backends (as much as 5 times faster for

GLib-2.2.2 released

2003-06-08 Thread Owen Taylor
GLib-2.2.2 is now available for download at: ftp://ftp.gtk.org/pub/gtk/v2.2/ GLib-2.2.2 is a bug fix release, and compatible with previous GLib 2.0 and 2.2 releases. About GLib == GLib is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides d

Re: newbie: doubt on GObject system

2003-06-08 Thread Owen Taylor
On Sun, 2003-06-08 at 16:12, Tarun Ramakrishna Elankath wrote: > Hi all, > > I am new to Gtk and have been reading up on GObject and GType. What I > have failed to understand is why is it that the GTypeInfo structure > fails to provide a field for instance finalizer functions ? We have > fields fo

Re: newbie: doubt on GObject system

2003-06-08 Thread Sven Neumann
Hi, Tarun Ramakrishna Elankath <[EMAIL PROTECTED]> writes: > I am new to Gtk and have been reading up on GObject and GType. What I > have failed to understand is why is it that the GTypeInfo structure > fails to provide a field for instance finalizer functions ? We have > fields for specifying cl

newbie: doubt on GObject system

2003-06-08 Thread Tarun Ramakrishna Elankath
Hi all, I am new to Gtk and have been reading up on GObject and GType. What I have failed to understand is why is it that the GTypeInfo structure fails to provide a field for instance finalizer functions ? We have fields for specifying class initialization, class finalization, instance initializat

Re: A question on pending

2003-06-08 Thread Havoc Pennington
On Sun, Jun 08, 2003 at 08:37:42PM +0200, Andrej Prsa wrote: > > I must issue a system call from my program, something like > > system ("prog"); > > This operation takes at least a minute, but the time of computation > actually depends on many parameters. > > 1) How do I keep refreshing t

A question on pending

2003-06-08 Thread Andrej Prsa
Hi, guys! I must issue a system call from my program, something like system ("prog"); This operation takes at least a minute, but the time of computation actually depends on many parameters. 1) How do I keep refreshing the GUI? while (gtk_events_pending) obviously won't work, I also

Re: Please explain: leave/Notify handler picks up button presses?

2003-06-08 Thread Havoc Pennington
Hi, Probably http://bugzilla.gnome.org/show_bug.cgi?id=102209 Havoc ___ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list

Please explain: leave/Notify handler picks up button presses?

2003-06-08 Thread Jeremy Henty
Can anyone explain why the following code calls "leave_notify_handler" when I press the mouse in the drawing area as well as when the mouse leaves the drawing area? (A full example is appended.) I am using GTK+-2.2.1 on Linux, kernel 2.2.25, glibc-2.1.3 . GtkWidget *drawing_area; drawing_ar

Re: make errors for GTK+-2.2.1

2003-06-08 Thread Sven Neumann
Hi, "Luong, Natalie N" <[EMAIL PROTECTED]> writes: > I am trying to build this version of GTK+2.2.1 (using framebuffer). > I am trying to see first if I can do it on my x86 Linux machine > before I try the to cross-compile to my embedded PPC machine. > > I first run "configure": > > ./configure -