mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-07 12:21:01 +00:00
Minor tidyup
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6386 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
76a9c0ddc0
commit
c47b08b7be
1 changed files with 18 additions and 18 deletions
|
@ -37,24 +37,24 @@
|
|||
|
||||
@interface NSSlider : NSControl
|
||||
|
||||
- (NSImage *)image;
|
||||
- (int)isVertical;
|
||||
- (float)knobThickness;
|
||||
- (void)setImage:(NSImage *)backgroundImage;
|
||||
- (void)setKnobThickness:(float)aFloat;
|
||||
- (void)setTitle:(NSString *)aString;
|
||||
- (void)setTitleCell:(NSCell *)aCell;
|
||||
- (void)setTitleColor:(NSColor *)aColor;
|
||||
- (void)setTitleFont:(NSFont *)fontObject;
|
||||
- (NSString *)title;
|
||||
- (id)titleCell;
|
||||
- (NSColor *)titleColor;
|
||||
- (NSFont *)titleFont;
|
||||
- (double)maxValue;
|
||||
- (double)minValue;
|
||||
- (void)setMaxValue:(double)aDouble;
|
||||
- (void)setMinValue:(double)aDouble;
|
||||
- (BOOL)acceptsFirstMouse:(NSEvent *)theEvent;
|
||||
- (NSImage*) image;
|
||||
- (int) isVertical;
|
||||
- (float) knobThickness;
|
||||
- (void) setImage: (NSImage*)backgroundImage;
|
||||
- (void) setKnobThickness: (float)aFloat;
|
||||
- (void) setTitle: (NSString*)aString;
|
||||
- (void) setTitleCell: (NSCell*)aCell;
|
||||
- (void) setTitleColor: (NSColor*)aColor;
|
||||
- (void) setTitleFont: (NSFont*)fontObject;
|
||||
- (NSString*) title;
|
||||
- (id) titleCell;
|
||||
- (NSColor*) titleColor;
|
||||
- (NSFont*) titleFont;
|
||||
- (double) maxValue;
|
||||
- (double) minValue;
|
||||
- (void) setMaxValue: (double)aDouble;
|
||||
- (void) setMinValue: (double)aDouble;
|
||||
- (BOOL) acceptsFirstMouse: (NSEvent*)theEvent;
|
||||
|
||||
@end
|
||||
|
||||
|
|
Loading…
Reference in a new issue