mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-01 21:51:55 +00:00
More CGFloat, NSUInteger and NSInteger changes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36163 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b1fc7cb066
commit
0c95f32580
20 changed files with 211 additions and 182 deletions
|
@ -79,8 +79,8 @@ typedef enum _NSSliderType
|
|||
- (void) drawKnob: (NSRect)knobRect;
|
||||
|
||||
/* Asking about the cell's appearance */
|
||||
- (float) knobThickness;
|
||||
- (int) isVertical;
|
||||
- (CGFloat) knobThickness;
|
||||
- (NSInteger) isVertical;
|
||||
- (NSString*) title;
|
||||
- (id) titleCell;
|
||||
- (NSColor*) titleColor;
|
||||
|
@ -88,7 +88,7 @@ typedef enum _NSSliderType
|
|||
- (NSSliderType) sliderType;
|
||||
|
||||
/* Changing the cell's appearance */
|
||||
- (void) setKnobThickness: (float)thickness;
|
||||
- (void) setKnobThickness: (CGFloat)thickness;
|
||||
- (void) setTitle: (NSString*)title;
|
||||
- (void) setTitleCell: (NSCell*)aCell;
|
||||
- (void) setTitleColor: (NSColor*)color;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue