From d5fa16b471637c0dd652136ddfb4cf466261292d Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 25 Mar 2012 21:05:02 +0000 Subject: [PATCH] Use const storage class on a few declarations to save SRAM git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4523 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NxWidgets.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.