GTK+ 2.8.0 runtime and package for Dev-Cpp are released

2005-08-16 Thread Benoit Carpentier
Hi everybody, Happy to announce the release of GTK+ 2.8.0 runtime for Win32 and package for Dev-Cpp. Tested with Gaim 1.5.0 for Win32, no trouble. (also tested with my own GTK+ apps). I hope this is all correct. Apps like nice with GTK+ 2.8.0 (cairo). You can download this here : http://gtk.al

Re: A springs and struts widget for GTK+

2005-08-16 Thread John Cupitt
On 8/16/05, Michael Torrie <[EMAIL PROTECTED]> wrote: > Is this system similar to what QT uses? If I recall correctly, I > remember trying to figure out how to use these spring-like things to do > layout. It was very confusing and I never did figure out how to > properly use them. I remember wis

Re: A springs and struts widget for GTK+

2005-08-16 Thread Michael Torrie
On Tue, 2005-08-16 at 11:43 -0400, Matthias Clasen wrote: > > I am left wondering why this new layout system? Maybe it's great, but > > why was it introduced? To solve something that can't be solved without > > it, I suppose?.. Would the current container-based layout system be > > deprecated

Re: A springs and struts widget for GTK+

2005-08-16 Thread Havoc Pennington
On Tue, 2005-08-16 at 16:15 +0100, Gustavo J. A. M. Carneiro wrote: > I find the current container-based system easier on newbies, although > this spring layout system does sound promising for more complex layout > needs. Moreover, with recent canvas discussions, this layout system at > first gl

Re: A springs and struts widget for GTK+

2005-08-16 Thread Matthias Clasen
On Tue, 2005-08-16 at 16:15 +0100, Gustavo J. A. M. Carneiro wrote: > Hi, just some comments below. > > On Tue, 2005-08-16 at 00:52 -0400, Matthias Clasen wrote: > > During last weeks gazpacho hackfest here in the RedHat desktop grotto, > > I started to work on an implementation of a springs-an

Re: A springs and struts widget for GTK+

2005-08-16 Thread Gustavo J. A. M. Carneiro
Hi, just some comments below. On Tue, 2005-08-16 at 00:52 -0400, Matthias Clasen wrote: > During last weeks gazpacho hackfest here in the RedHat desktop grotto, > I started to work on an implementation of a springs-and-struts layout > container for GTK+, similar to the java SpringLayout. The wi

Which Win32 controls are used by GTK

2005-08-16 Thread Tor Lillqvist
Piotr Kaluski writes: > The question is - do GTK controls inherit from standard Win32 > controls, Nope. No relation at all. > or GTK team created its own controls from scratch? Of course. That's what GTK *is*, a library of widgets, or "controls" in MS-speak. > Is there any documentation on

Which Win32 controls are used by GTK

2005-08-16 Thread Piotr Kaluski
Hi all, I am involved in development of Win32::GuiTest perl library. It is a light weight but yet powerful module for gui test automation. It works pretty well with standard Win32 applications. I am not going to bother you with details of gui test automation. If you are interested in finding out m