]> git.sesse.net Git - vlc/blobdiff - modules/gui/macosx/MainWindowTitle.h
macosx: CAS: re-write the destination section's appearance to make it less cluttered
[vlc] / modules / gui / macosx / MainWindowTitle.h
index fb85ff5c3bf04400207b9040342028a17b249b5f..f3f8b11dfdac40fc8385b92a056505002e680e78 100644 (file)
 - (void)setWindowButtonOver:(BOOL)b_value;
 - (void)setWindowFullscreenButtonOver:(BOOL)b_value;
 
+- (NSButton*)closeButton;
+- (NSButton*)minimizeButton;
+- (NSButton*)zoomButton;
+
 @end
 
 @interface VLCWindowButtonCell : NSButtonCell
 {
 }
 @end
+
+@interface VLCWindowTitleTextField : NSTextField
+{
+    NSMenu * contextMenu;
+}
+
+@end