incubator-nuttx/libs/libnx/nxtk
Xiang Xiao 5c80b94820 Replace #include <semaphore.h> to #include <nuttx/semaphore.h>
Since the kernel side should call nxsem_xxx instead and remove the unused inclusion
2020-02-01 08:27:30 -06:00
..
Kconfig
Make.defs graphics/: Add new NX interfaces to query if a window is hidden or not. 2019-05-09 08:27:12 -06:00
nxtk.h
nxtk_bitmaptoolbar.c
nxtk_bitmapwindow.c
nxtk_block.c
nxtk_closetoolbar.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxtk_closewindow.c
nxtk_containerclip.c
nxtk_drawcircletoolbar.c
nxtk_drawcirclewindow.c
nxtk_drawframe.c libs/libnx/nxtk/nxtk_drawframe.c: Fix a one character typo in a comment 2019-03-17 13:47:10 -06:00
nxtk_drawlinetoolbar.c
nxtk_drawlinewindow.c
nxtk_events.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
nxtk_fillcircletoolbar.c
nxtk_fillcirclewindow.c
nxtk_filltoolbar.c
nxtk_filltraptoolbar.c
nxtk_filltrapwindow.c
nxtk_fillwindow.c
nxtk_getposition.c
nxtk_gettoolbar.c
nxtk_getwindow.c
nxtk_ishidden.c graphics/: Add new NX interfaces to query if a window is hidden or not. 2019-05-09 08:27:12 -06:00
nxtk_lower.c
nxtk_modal.c graphics/, lib/libnx, include/nutt/nx: Add support for modal windows. 2019-04-05 08:24:46 -06:00
nxtk_movetoolbar.c
nxtk_movewindow.c
nxtk_opentoolbar.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxtk_openwindow.c graphics/: Windows can now be created in the hidden state. This can be used to clean up initial window presentation which may involve several steps. This makes those steps all invisible until nx[tk]_setvisibility() is called to make the windows visible. 2019-05-07 08:49:16 -06:00
nxtk_raise.c
nxtk_setposition.c
nxtk_setsize.c Fix wait loop and void cast (#24) 2020-01-02 10:54:43 -06:00
nxtk_setsubwindows.c Replace #include <semaphore.h> to #include <nuttx/semaphore.h> 2020-02-01 08:27:30 -06:00
nxtk_setvisibility.c Documentation/NXGraphicsSubsystem.html: Add documentatin for new nx[tk]_modal() and nx[tk]_setvisibility() interfaces. 2019-05-08 11:03:06 -06:00
nxtk_subwindowclip.c
nxtk_subwindowmove.c
nxtk_synch.c Grrr.. Once again I forget to 'add' files before committing them. 2019-03-25 13:50:01 -06:00
nxtk_toolbarbounds.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00