Commit d94d377a authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx/MainWindowTitle: cleanup header

parent 3b4a5339
......@@ -48,6 +48,9 @@
IBOutlet id o_fullscreen_btn;
IBOutlet id o_title_lbl;
}
@property (readonly) NSButton * closeButton;
@property (readonly) NSButton * minimizeButton;
@property (readonly) NSButton * zoomButton;
- (void)loadButtonIcons;
- (IBAction)buttonAction:(id)sender;
......@@ -56,30 +59,21 @@
- (void)setWindowButtonOver:(BOOL)b_value;
- (void)setWindowFullscreenButtonOver:(BOOL)b_value;
- (NSButton*)closeButton;
- (NSButton*)minimizeButton;
- (NSButton*)zoomButton;
@end
@interface VLCWindowButtonCell : NSButtonCell
{
}
@end
@interface VLCResizeControl : NSImageView
{
}
@end
@interface VLCColorView : NSView
{
}
@end
@interface VLCCustomWindowButtonPrototype: NSButton
{
}
- (NSArray*)extendedAccessibilityAttributeNames: (NSArray*)theAttributeNames;
- (id)extendedAccessibilityAttributeValue: (NSString*)theAttributeName;
- (NSNumber*)extendedAccessibilityIsAttributeSettable: (NSString*)theAttributeName;
......@@ -87,25 +81,21 @@
@end
@interface VLCCustomWindowCloseButton: VLCCustomWindowButtonPrototype
{
}
@end
@interface VLCCustomWindowMinimizeButton: VLCCustomWindowButtonPrototype
{
}
@end
@interface VLCCustomWindowZoomButton: VLCCustomWindowButtonPrototype
{
}
@end
@interface VLCCustomWindowFullscreenButton : VLCCustomWindowButtonPrototype
{
}
@end
@interface VLCWindowTitleTextField : NSTextField
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment