mirror of
https://github.com/textmate/textmate.git
synced 2026-02-14 16:34:57 -05: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 |