]> git.sesse.net Git - vlc/blob - projects/macosx/frontrow_plugin/VLCApplianceController.h
macosx: Make sure that the status column cant be resized.
[vlc] / projects / macosx / frontrow_plugin / VLCApplianceController.h
1 //
2 //  VLCApplianceController.h
3 //  FRVLC
4 //
5 //  Created by hyei on 06/09/07.
6 //  Copyright 2007 __MyCompanyName__. All rights reserved.
7 //
8
9 #import <Cocoa/Cocoa.h>
10 #import <BackRow/BRMenuController.h>
11
12 @interface VLCApplianceController : BRMenuController
13 {
14     NSString * _path;
15     NSMutableArray * _contents;
16 }
17
18 - initWithPath:(NSString*)path;
19
20 @end