2016-04-13 22:43:16 +03:00
|
|
|
#import <Cocoa/Cocoa.h>
|
|
|
|
|
|
|
|
@interface GBPreferencesWindow : NSWindow <NSTableViewDelegate, NSTableViewDataSource>
|
|
|
|
@property IBOutlet NSTableView *controlsTableView;
|
2016-04-28 23:07:05 +03:00
|
|
|
@property IBOutlet NSPopUpButton *graphicsFilterPopupButton;
|
2016-07-05 21:23:55 +03:00
|
|
|
@property (strong) IBOutlet NSButton *aspectRatioCheckbox;
|
2016-04-13 22:43:16 +03:00
|
|
|
@end
|