diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 3b962c3996..760d49e6df 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 22, 2012

+

Last Updated: March 24, 2012

@@ -708,6 +708,15 @@
  • Font management sub-system.
  • + +
    + +

    +

  • + NxWidgets: NXWidgets is library of graphic objects, or "widgets," (labels, buttons, text boxes, images, sliders, progress bars, etc.). NXWidgets is written in C++ and integrates seamlessly with the NuttX NX graphics and font management subsystems. +
  • +

    + diff --git a/Documentation/NxWidgets.html b/Documentation/NxWidgets.html index 99bcf4f68f..fdca78b5ab 100755 --- a/Documentation/NxWidgets.html +++ b/Documentation/NxWidgets.html @@ -8,7 +8,7 @@

    NxWidgets

    -

    Last Updated: March 22, 2012

    +

    Last Updated: March 24, 2012

    @@ -46,6 +46,9 @@
  • Many Graphic Objects. Some of the graphic objects supported by NXWidgets include labels, buttons, text boxes, button arrays, check boxes, cycle buttons, images, sliders, scrollable list boxes, progress bars, and more.
  • +
  • DOxygen Documentation + DOxygen documentation is available. +
  • Note: Many of the fundamental classed in NxWidgets derive from the Antony