From c47b08b7beb59b61a370c5209ac5b678184bf369 Mon Sep 17 00:00:00 2001 From: richard Date: Mon, 27 Mar 2000 06:56:10 +0000 Subject: [PATCH] Minor tidyup git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6386 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/gui/NSSlider.h | 36 +++++++++++++++++----------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/Headers/gnustep/gui/NSSlider.h b/Headers/gnustep/gui/NSSlider.h index 5fa153096..fb0069788 100644 --- a/Headers/gnustep/gui/NSSlider.h +++ b/Headers/gnustep/gui/NSSlider.h @@ -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