aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NxWidgets.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-25 21:05:02 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-25 21:05:02 +0000
commit4bbb82261c44446fd10042307b87cd20c1f43ff2 (patch)
tree3a5370172d71cc0f15a4f362973209e22d28f009 /nuttx/Documentation/NxWidgets.html
parent6d7a2956ebe54688ccb516c86566c57b575cd9c5 (diff)
downloadpx4-firmware-4bbb82261c44446fd10042307b87cd20c1f43ff2.tar.gz
px4-firmware-4bbb82261c44446fd10042307b87cd20c1f43ff2.tar.bz2
px4-firmware-4bbb82261c44446fd10042307b87cd20c1f43ff2.zip
Use const storage class on a few declarations to save SRAM
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4523 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Documentation/NxWidgets.html')
-rwxr-xr-xnuttx/Documentation/NxWidgets.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NxWidgets.html b/nuttx/Documentation/NxWidgets.html
index fdca78b5a..41f041162 100755
--- a/nuttx/Documentation/NxWidgets.html
+++ b/nuttx/Documentation/NxWidgets.html
@@ -15,7 +15,7 @@
<h1>NXWidgets</h1>
<p>
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 &quot;widgets,&quot; in the NX Graphics Subsystem
+ NXWidgets is written in C++ and integrates seamlessly with the NuttX <a href="NXGraphicsSubsystem.html">NX graphics subsystem</a> in order to provide graphic objects, or &quot;widgets,&quot; in the NX Graphics Subsystem
</p>
<p>
Some of the features of NXWidgets include:
@@ -26,7 +26,7 @@
No additional C++ support libraries are required.
</li>
<li><b>NX Integration</b>.
- NXWidgets integrate seamlessly with the NX graphics system.
+ NXWidgets integrate seamlessly with the <a href="NXGraphicsSubsystem.html">NX graphics subsystem</a>.
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.
</li>