discuss-gnustep
[Top][All Lists]
Advanced

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

Re: widgets without using subwindow


From: Richard Frith-Macdonald
Subject: Re: widgets without using subwindow
Date: Fri, 18 Apr 2008 20:20:30 +0100


On 18 Apr 2008, at 19:52, Rogelio Serrano wrote:

Does it make sense to implement widgets without using a subwindow per widget?

how does gnustep gui implement widgets?

GNUstep GUI is not X-windows, so it doesn't use widgets (or subwindows).

The closest equivalent concept is probably the 'control', which would generally be a subclass of NSView ... which would be drawn in an area within another NSView. The hierarchy of NSViews within an NSWindow is similar to that of subwindows within an X window. However, you can also have NSCells in an NSView ... they might also be viewed as lightwight equivalents of widgets.




reply via email to

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