help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: automatic subviews layout?


From: Adam Fedor
Subject: Re: automatic subviews layout?
Date: Fri, 17 Oct 2003 10:42:24 -0600


On Friday, October 17, 2003, at 08:15 AM, Bruno Haible wrote:

Hi,

What is the recommended way to determine the optimal size of the subviews of a window, and of the window containing the subviews, in a GNUstep GUI?
For the Java aware: What is the equivalent of java.awt.LayoutManager?



You could look at using GSHbox and GSVbox (these aren't part of OpenStep or Cocoa so they won't work with MacOSX). From here:

http://www.gnu.org/software/gnustep/experience/documentation.html

look at the GUI AppKit Library for documentation:

http://www.gnu.org/software/gnustep/resources/documentation/gnustep- gui_3.html#SEC10


I'm not sure if the window size will change though without some (programmatic) help, depending on what you want to do. You can also look at the Renaissance library, which is an extra library that goes with GNUstep and also works on MacOSX. Here's a tutorial:

http://www.gnustep.it/nicola/Tutorials/Renaissance/index.html

You can specify the entire interface in a way that's completely language independent and portable.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]