Documentation/NXGraphicsSubsystem.html: Add documentatin for new nx[tk]_modal() and nx[tk]_setvisibility() interfaces.

This commit is contained in:
Gregory Nutt
2019-05-08 11:03:06 -06:00
parent 1cce434a6b
commit 04a0a7c8bb
5 changed files with 203 additions and 63 deletions
+1 -1
View File
@@ -686,7 +686,7 @@ int nx_modal(NXWINDOW hwnd, bool modal);
*
* Description:
* Select if the window is visible or hidden. A hidden window is still
* present will will update normally, but will be on the visiable on the
* present and will update normally, but will not be visible on the
* display until it is unhidden.
*
* Input Parameters:
+1 -1
View File
@@ -354,7 +354,7 @@ int nxtk_modal(NXTKWINDOW hfwnd, bool modal);
*
* Description:
* Select if the window is visible or hidden. A hidden window is still
* present will will update normally, but will be on the visiable on the
* present and will update normally, but will not be on visible on the
* display until it is unhidden.
*
* Input Parameters: