fix get-smoothing method of style-delta%

svn: r5970
This commit is contained in:
Matthew Flatt 2007-04-17 22:36:12 +00:00
parent 2d6c871b6a
commit 8ae5f3fd0b
2 changed files with 2 additions and 2 deletions

View File

@ -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[])

View File

@ -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();