discuss-gnustep
[Top][All Lists]
Advanced

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

Re: problem with autoresize


From: Alexander Malmberg
Subject: Re: problem with autoresize
Date: Mon, 26 Jan 2004 16:17:38 +0100

Nicolas SANCHEZ wrote:
[snip]
> [theBrowser setAutoresizingMask: NSViewWidthSizable ||
>                                  NSViewHeightSizable];

|| is a _logical_ or operation; you want a binary or: | (a single
vertical bar).

- Alexander Malmberg




reply via email to

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