]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/MainWindowTitle.h
macosx: lock access to addon_entry_t
[vlc] / modules / gui / macosx / MainWindowTitle.h
index 68e61c4e4331af15821a8cf246f5f9c7968682ff..035099342b1aa8f27deee281c5dc89a20ce25479 100644 (file)
@@ -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;
 @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;
 @end
 
 @interface VLCCustomWindowCloseButton: VLCCustomWindowButtonPrototype
-{
-}
+
 @end
 
 
 @interface VLCCustomWindowMinimizeButton: VLCCustomWindowButtonPrototype
-{
-}
+
 @end
 
 
 @interface VLCCustomWindowZoomButton: VLCCustomWindowButtonPrototype
-{
-}
+
 @end
 
 @interface VLCCustomWindowFullscreenButton : VLCCustomWindowButtonPrototype
-{
-}
+
 @end
 
 @interface VLCWindowTitleTextField : NSTextField