mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:10:48 +00:00
Rename the new NSScroller methods to the names used by Apple
This commit is contained in:
parent
61c9699021
commit
9db91f702e
1 changed files with 2 additions and 2 deletions
|
@ -147,11 +147,11 @@ static float buttonsOffset = 1.0; // buttonsWidth = sw - 2*buttonsOffset
|
|||
- (void)setScrollerStyle:(NSScrollerStyle)style {
|
||||
if(style == NSScrollerStyleOverlay) NSWarnLog(@"GNUstep does not support overlay scrollbars.");
|
||||
}
|
||||
- (NSScrollerKnobStyle)scrollerKnobStyle {
|
||||
- (NSScrollerKnobStyle)knobStyle {
|
||||
// FIXME: We should set this as an ivar so themes can use this.
|
||||
return NSScrollerKnobStyleDefault;
|
||||
}
|
||||
- (void)setScrollerKnobStyle:(NSScrollerKnobStyle)style {
|
||||
- (void)setKnobStyle:(NSScrollerKnobStyle)style {
|
||||
NSWarnLog(@"GNUstep does not support custom scroller knob styles.");
|
||||
}
|
||||
- (void)flashScroller {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue