fix get-smoothing method of style-delta%
svn: r5970
This commit is contained in:
parent
2d6c871b6a
commit
8ae5f3fd0b
|
@ -3086,7 +3086,7 @@ static Scheme_Object *os_wxStyleGetSmoothing(int n, Scheme_Object *p[])
|
|||
|
||||
|
||||
READY_TO_RETURN;
|
||||
return WITH_REMEMBERED_STACK(bundle_symset_style(r));
|
||||
return WITH_REMEMBERED_STACK(bundle_symset_smoothing(r));
|
||||
}
|
||||
|
||||
static Scheme_Object *os_wxStyleGetStyle(int n, Scheme_Object *p[])
|
||||
|
|
|
@ -186,7 +186,7 @@
|
|||
@ "get-size" : int GetSize();
|
||||
@ "get-weight" : SYM[weight] GetWeight();
|
||||
@ "get-style" : SYM[style] GetStyle();
|
||||
@ "get-smoothing" : SYM[style] GetSmoothing();
|
||||
@ "get-smoothing" : SYM[smoothing] GetSmoothing();
|
||||
@ "get-underlined" : bool GetUnderlined();
|
||||
@ "get-size-in-pixels" : bool GetSizeInPixels();
|
||||
@ "get-font" : wxFont! GetFont();
|
||||
|
|
Loading…
Reference in New Issue
Block a user