Hmm, sorry for my tons of questions but I cannot help but to ask this. You set styleMask as 15, is there any particular reason for this? Or correct question may be, how can I use bitwise or operator in StepTalk?

Thanks in advance.


On Feb 25, 2005, at 05:55 AM, Matthew D Swank wrote:
          window := NSWindow alloc
                             initWithContentRect:
                                 (STLLUtil makeRectX:300
                                           withY:300
                                           withW:200
                                           withH:100)
                             styleMask:15
                             backing: NSBackingStoreBuffered
                             defer: YES.
--------------------------------------------------
Sungjin Chun, Developer
Embian
[EMAIL PROTECTED]



_______________________________________________
Discuss-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/discuss-gnustep

Reply via email to