realbasic-nug
[Top] [All Lists]

Re: Unified toolbar / window

To: REALbasic NUG <realbasic-nug at lists dot realsoftware dot com>
Subject: Re: Unified toolbar / window
From: Seth Willits <seth at freaksw dot com>
Date: Sat, 30 Apr 2005 19:49:28 -0700
Delivered-to: realbasic-nug at lists dot realsoftware dot com
References: <BE99AEF6 dot 3655B%mbenonis_lists at mac dot com>
On Apr 30, 2005, at 6:53 PM, Mike Benonis wrote:

Declare Sub ChangeWindowAttributes Lib "Carbon" (win as WindowPtr,
setAttribs as integer, removeAttribs as integer)
ChangeWindowAttributes self, 2^7 + 2^11 + 2^18, 0


2^7?  What does this flag represent?  It isn't listed in MacWindows.h.

2^7  is  1L << 8.




Seth Willits
----------------------------------------------------------
Freak Software - http://www.freaksw.com/
ResExcellence - http://www.resexcellence.com/realbasic/
----------------------------------------------------------

_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

<Prev in Thread] Current Thread [Next in Thread>