netsurf/cocoa/PSMTabBarControl/PSMProgressIndicator.h
Sven Weidauer f85335a7f9 Implementing tabs and fixing scrolling.
svn path=/trunk/netsurf/; revision=11396
2011-01-19 20:19:43 +00:00

23 lines
345 B
Objective-C

//
// PSMProgressIndicator.h
// PSMTabBarControl
//
// Created by John Pannell on 2/23/06.
// Copyright 2006 Positive Spin Media. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import "PSMTabBarControl.h"
@interface PSMProgressIndicator : NSProgressIndicator {
}
@end
@interface PSMTabBarControl (LayoutPlease)
- (void)update;
@end