diff --git a/Documentation/NXGraphicsSubsystem.html b/Documentation/NXGraphicsSubsystem.html index e2aa088cf7..be86502abc 100644 --- a/Documentation/NXGraphicsSubsystem.html +++ b/Documentation/NXGraphicsSubsystem.html @@ -12,7 +12,7 @@

NX Graphics Subsystem

-

Last Updated: December 1, 2011

+

Last Updated: March 25, 2012

@@ -44,7 +44,7 @@ 1.3.2 NX (NXSU and NXMU)
1.3.3 NX Tool Kit (NXTK)
1.3.4 NX Fonts Support (NXFONTS)
- 1.3.5 NX Widgets (NXWIDGETS) + 1.3.5 NX Widgets (NxWidgets)

@@ -349,7 +349,7 @@ larger multi-user implentation (NXMU as described below). Both conform to the same APIs as defined in include/nuttx/nx/nx.h and, hence, are interchangable1. - NX can be used without NXWIDGETS and without NXTOOLKIT for raw window displays. + NX can be used without NxWidgets and without NXTOOLKIT for raw window displays.

@@ -381,7 +381,7 @@ NXTK is a s set of C graphics tools that provide higher-level window drawing operations. This is the module where the framed windows and toolbar logic is implemented. - NXTK is built on top of NX and does not depend on NXWIDGETS. + NXTK is built on top of NX and does not depend on NxWidgets.

1.3.4 NX Fonts Support (NXFONTS)

@@ -393,19 +393,12 @@ NXFONTS does not depend on any NX module other than some utilities and types from NXGLIB.

-

1.3.5 NX Widgets (NXWIDGETS)

+

1.3.5 NX Widgets (NxWidgets)

- I had originally planned a high level, C++, object-oriented library for - object-oriented access to graphics widgets. - However, C++ compilers are not available for some of the targets supported by NuttX. - So I have decided to implement the entire solution in C. - That decision makes the solution somewhat more difficult to work with, but supports all platforms. -

-

- At this point, the amount of C in the implementation would make conversion to C++ a - more difficult job. - I leave the C++ widget interface to any contributor who may have an interest in such things. + NxWidgets is a higher level, C++, object-oriented library for object-oriented access to graphical "widgets." + NxWidgets is provided as a separate package. + NxWidgets is built on top of the core NuttX graphics subsystem, but is not a part of the core graphics subystems.

@@ -427,8 +420,6 @@
Describe the NXTOOLKIT C interfaces
include/nutt/nxfont.h
Describe sthe NXFONT C interfaces -
include/nuttx/nx/nxwidgets.h -
Will describe the NXWIDGETS classes (no longer planned)

2.2 NX Graphics Library (NXGL)

@@ -3190,8 +3181,9 @@ int nxf_convert_32bpp(FAR uint32_t *dest, uint16_t height, multi-user NX version. See include/nuttx/nx/nxtk.h. -
graphics/nxwidgets -
At one time, I planned to put NXWIDGETS implementation here, but not anymore. +
nuttx/../nxwidgets +
The NxWidgets code is provided as a separate package located outside of the + NuttX source tree (probably at this location). diff --git a/Documentation/NuttXCommercial.html b/Documentation/NuttXCommercial.html index ea60fda2ef..a3d4766f9f 100644 --- a/Documentation/NuttXCommercial.html +++ b/Documentation/NuttXCommercial.html @@ -53,7 +53,6 @@
  • 2G Engineering
  • ISOTEL Research
  • DSPWorks
  • -
  • NXWidgets