Guest User

Untitled

a guest
Oct 22nd, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @import <AppKit/AppKit.j>
  2. @import <Foundation/Foundation.j>
  3.  
  4. @implementation finderWindow : CPWindow
  5. {
  6.  
  7. }
  8.  
  9. - (id)initWithContentRect:(CGRect)aRect styleMask:(int)aMask
  10. {
  11. if (self = [super initWithContentRect:aRect styleMask:aMask])
  12. {
  13. [self setMovableByWindowBackground:YES];
  14. }
  15. return self;
  16. }
  17.  
  18. @end
Add Comment
Please, Sign In to add comment