GLib-1.3.3 Release

2001-04-04 Thread Tim Janik
GLib-1.3.3 has been released. This is a preview release of the unstable branch of GLib and is meant for: * Those interested in the development of GLib or GTK+. * People planning to port to the upcoming GTK+-2.0 version of GTK+. Note: this is a tentative API-freeze release, major API

GTK+-1.3.3 Release

2001-04-04 Thread Tim Janik
GTK+-1.3.3 has been released. This is a preview release of the unstable branch of GTK+ and is meant for: * Those interested in the development of GTK+. * People planning to port to the upcoming GTK+-2.0 version of GTK+. Note: this is a tentative API-freeze release, major API changes

Re: Not work gdk_imlib_copy_image! why?

2001-04-04 Thread Helmethead
haven't touched imlib for a while, but one thing is you must call gdk_imlib_render() before gdk_imlib_load_image() I think On Sun, Apr 01, 2001 at 10:37:40PM +0900, wrote: /* * Usage : test filename * */ #include gdk_imlib.h #include gdk/gdk.h int main(int argc, char

Graphical display of mathematic function

2001-04-04 Thread Valery Avaux
Hello, I'm trying to put two graphical displays on a gtk window genrated by Glade. The first one would be a mathematic function with as X-axis a number between 0 and 100(maybe it should be easier to have scrollable display) and as Y-axis a float value between -1 and +1. In the first, i

Re: Graphical display of mathematic function

2001-04-04 Thread Paul Davis
I'm trying to put two graphical displays on a gtk window genrated by Glade. The first one would be a mathematic function with as X-axis a number between 0 and 100(maybe it should be easier to have scrollable display) and as Y-axis a float value between -1 and +1. In the first, i thought to

RE: Concurrent processes

2001-04-04 Thread Hugues Bernard
Salut ! Hello, I'm trying to build up a physics simulation with Glade and GTK. The main function of the simulation is a function called isingflip(). This function must do interations up to 100 times but the calculation is based on two variables controlled by two scrollbars defined in

missing gtkcompat.h checkin?

2001-04-04 Thread Skip Montanaro
The top-level ChangeLog for April 2nd includes the following change block: * gtk/gtkcompat.h: Add defines for GTK_TYPE_GDK_* * gtk/gtk-boxed.defs: Comment out GDK types * gtk/gtktypeutils.h: Remove GDK types * gtk/Makefile.am: No longer scan GDK headers for

Re: how to build and install gtk-config-2.0?

2001-04-04 Thread Helmethead
On Tue, Apr 03, 2001 at 04:53:29PM -0500, Skip Montanaro wrote: Thanks to Havoc's help I got gtk+ built and installed. Unfortunately, gtk-config-2.0 wasn't built from gtk-config-2.0.in. I managed to finagle that by adding this to configure.in: *** /tmp/skip/configure.in.~1.200~Tue

Re: Concurrent processes

2001-04-04 Thread Helmethead
On Tue, Apr 03, 2001 at 11:31:44PM +0200, Valery Avaux wrote: Hello, I'm trying to build up a physics simulation with Glade and GTK. The main function of the simulation is a function called isingflip(). This function must do interations up to 100 times but the calculation is based on

Re: how to build and install gtk-config-2.0?

2001-04-04 Thread Skip Montanaro
uh.. gtk-config, glib-config and all that have kicked the bucket in favour of the pkg-config Centralized Master -Configer in 2.0. Where you would use gtk-config-2.0 you are supposed to use 'pkg-config gtk-2.0'... Thanks for the input. How recently was this change made? (I