diff --git a/Documentation/NxWidgets.html b/Documentation/NxWidgets.html index fdca78b5ab..41f0411625 100755 --- a/Documentation/NxWidgets.html +++ b/Documentation/NxWidgets.html @@ -15,7 +15,7 @@

NXWidgets

In order to better support NuttX based platforms, a special graphical userinterface has been created called NXWidgets. - NXWidgets is written in C++ and integrates seamlessly with the NuttX NX graphics subsystem in order to provide graphic objects, or "widgets," in the NX Graphics Subsystem + NXWidgets is written in C++ and integrates seamlessly with the NuttX NX graphics subsystem in order to provide graphic objects, or "widgets," in the NX Graphics Subsystem

Some of the features of NXWidgets include: @@ -26,7 +26,7 @@ No additional C++ support libraries are required.

  • NX Integration. - NXWidgets integrate seamlessly with the NX graphics system. + NXWidgets integrate seamlessly with the NX graphics subsystem. Think of the X server under Linux … the NX graphics system is like a tiny X server that provides windowing under NuttX. By adding NXWidgets, you can support graphics objects like buttons and text boxes in the NX windows and toolbars.