From fcddc7933dbff47754b8e4acea7406b77df1bf21 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 1 Apr 2020 19:35:58 +0200 Subject: Replace puglShowWindow() with puglRealize() --- doc/mainpage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/mainpage.md') diff --git a/doc/mainpage.md b/doc/mainpage.md index d7a96fa..aa6f925 100644 --- a/doc/mainpage.md +++ b/doc/mainpage.md @@ -33,7 +33,7 @@ as well as a [stub](@ref stub) backend that creates a native window with no draw Once the view is configured, -it can be [created](@ref puglCreateWindow) and [shown](@ref puglShowWindow). +it can be [realized](@ref puglRealize) and [shown](@ref puglShowWindow). By default a view will correspond to a top-level system window. To create a view within another window, it must have a [parent window set](@ref puglSetParentWindow) before being created. -- cgit v1.2.1