X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b69f1bd1862481d4c10ca2c67e871ff5642ae2ee..186005466d585f5553e6acc7d963cd5b62c3ea9f:/docs/html/index.htm diff --git a/docs/html/index.htm b/docs/html/index.htm index 00d0d0afd5..df239201a4 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -185,6 +185,7 @@ downloaded from the wxWindows Web site.

  • bombs: minesweeper-like game. +
  • caret: a sample to test the wxCaret class.
  • checklst: demonstrates wxCheckListBox on supported platforms (currently Windows and GTK only).
  • config: demonstrates use of wxConfig, which @@ -210,6 +211,8 @@ fully-fledged application!
  • fractal: fractal mountains by Andrew Davison.
  • grid: demonstrates the wxGrid class.
  • help: shows how to use wxHelpController. +
  • html: a number of demos for the wxHTML class library, used inside +applications and also as a help facility.
  • image: shows off the cross-platform wxImage class.
  • internat: use of wxWindows' internationalization support.
  • joytest: tests the wxJoystick class (currently Windows and GTK only). @@ -237,6 +240,8 @@ Excel to be present).
  • proplist: demonstrates the property list classes (a VB-style property editor).
  • regtest: tests the low-level Windows registry functions (Windows only).
  • resource: shows how to use wxWindows resources (.wxr files). +
  • richedit: a work-in-progress rich text editor with plain text and HTML export +facilities.
  • sashtest: demonstrates use of the wxSashWindow class to allow the user to resize subwindows.
  • splitter: demonstrates the wxSplitterWindow class. @@ -246,6 +251,8 @@ implementing wxNotebook on platforms with no native support.
  • taskbar: demonstrates the wxTaskBarIcon class, for adding icons to the system tray. Windows only, but may eventually be implemented for other desktop environments that use this metaphor. +
  • text: demonstrates single and multiline text controls, +and clipboard operations.
  • thread: tests the family of classes for doing thread programming.
  • toolbar: demonstrates wxToolBar. @@ -253,6 +260,7 @@ programming.
  • typetest: tests various data type classes, including wxTime, wxDate and wxVariant.
  • validate: shows simple use of validation. +
  • wizard: demonstrates the wxWizard class.
  • wxpoem: a little poetry display program.
  • wxsocket: demonstrates the TCP/IP family of classes.