mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
4 lines
134 B
Objective-C
4 lines
134 B
Objective-C
@interface NSScreen (Additions)
|
|
+ (NSScreen*)screenWithFrame:(NSRect)rect;
|
|
- (NSRect)restrainFrameToVisibleScreen:(NSRect)aFrame;
|
|
@end |