mirror of
https://github.com/apache/nuttx.git
synced 2026-09-07 17:36:38 +00:00
Documentation/NXGraphicsSubsystem.html: Add documentatin for new nx[tk]_modal() and nx[tk]_setvisibility() interfaces.
This commit is contained in:
parent
1cce434a6b
commit
04a0a7c8bb
5 changed files with 203 additions and 63 deletions
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue