diff options
author | David Robillard <d@drobilla.net> | 2020-04-01 19:35:58 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-01 19:41:37 +0200 |
commit | fcddc7933dbff47754b8e4acea7406b77df1bf21 (patch) | |
tree | 8d82bc731b5e86b10e28acc85654d9be86ff321a /doc | |
parent | 3f71daba7d92c50f7fd31e8775fc58d3ebf3900d (diff) | |
download | pugl-fcddc7933dbff47754b8e4acea7406b77df1bf21.tar.gz pugl-fcddc7933dbff47754b8e4acea7406b77df1bf21.tar.bz2 pugl-fcddc7933dbff47754b8e4acea7406b77df1bf21.zip |
Replace puglShowWindow() with puglRealize()
Diffstat (limited to 'doc')
-rw-r--r-- | doc/mainpage.md | 2 |
1 files changed, 1 insertions, 1 deletions
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. |