X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/edc26c4c2dc43b7de3245c561dfa73d30a780a84..9ffdee8074b1581d2c8ad6e6b16f536a42e42dd1:/docs/html/index.htm diff --git a/docs/html/index.htm b/docs/html/index.htm index c5336612d0..e561f4b877 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -134,7 +134,7 @@ downloaded from the wxWindows Web site.

-Propert List Classes +Property List Classes @@ -190,6 +190,8 @@ downloaded from the wxWindows Web site.

config: demonstrates use of wxConfig, which defaults to wxRegConfig on WIN32, wxIniConfig on WIN16, and wxFileConfig on other platforms. +

  • console: demonstrates a console application using +console-mode (no-GUI) compilation of wxWindows.
  • controls: sample showing a variety of controls, including wxNotebook.
  • db: wxDB ODBC sample. @@ -204,6 +206,7 @@ For printing-related dialogs, see the printing sample. using wxFrame.
  • docvwmdi: : demonstrates use of the document view classes, using wxMDIParentFrame, wxMDIChildFrame. +
  • drawing: tests device context drawing.
  • dynamic: shows how to connect events to member functions dynamically.
  • forty: a great little card game by Chris Breeze. A @@ -213,6 +216,16 @@ fully-fledged application!
  • 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). @@ -231,6 +244,7 @@ platforms that don't support it, a normal-sized title bar is displayed. small a wxWindows application as you can get.
  • nativdlg: shows how wxWindows can load a standard Windows dialog resource, translating the controls into wxWindows controls (Windows only). +
  • nettest: wxDialUpManager demo.
  • notebook: shows the wxNotebook (tabbed window) control.
  • oleauto: a little OLE automation controller (Windows only; requires Excel to be present). @@ -260,6 +274,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.