diff --git a/scrbl/racket-webview-qt.scrbl b/scrbl/racket-webview-qt.scrbl index e269f5a..f0e2283 100644 --- a/scrbl/racket-webview-qt.scrbl +++ b/scrbl/racket-webview-qt.scrbl @@ -350,13 +350,15 @@ Requests that the window be presented to the user. Returns the current window state. -Possible results include: +Possible results: @itemlist[#:style 'compact @item{@racket['normal]} @item{@racket['minimized]} @item{@racket['maximized]} @item{@racket['hidden]} + @item{@racket['normal_active]} + @item{@racket['maximized_active]} ] }