Commits
Ryan Schmidt authored b6a11e6efc0
1 + | --- AppController.m 2008-10-04 20:14:37.000000000 +0200 |
2 + | +++ AppController copie.m 2014-07-07 10:23:25.000000000 +0200 |
3 + | |
4 + | |
5 + | #define _DISPLENGTH 40 |
6 + | |
7 + | -enum { |
8 + | - NSWindowCollectionBehaviorDefault = 0, |
9 + | - NSWindowCollectionBehaviorCanJoinAllSpaces = 1 << 0, |
10 + | - NSWindowCollectionBehaviorMoveToActiveSpace = 1 << 1 |
11 + | -}; |
12 + | - |
13 + | -typedef unsigned NSWindowCollectionBehavior; |
14 + | - |
15 + | @interface NSWindow (NSWindowCollectionBehavior) |
16 + | - (void)setCollectionBehavior:(NSWindowCollectionBehavior)behavior; |
17 + | @end |