X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b69f1bd1862481d4c10ca2c67e871ff5642ae2ee..d45d30c8682f858321600e2958167d7ef54ebeb5:/docs/html/index.htm?ds=sidebyside diff --git a/docs/html/index.htm b/docs/html/index.htm index 00d0d0afd5..be72358361 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -45,6 +45,7 @@ downloaded from the wxWindows Web site.

wxGTK, wxMotif, wxMSW +

  • Release notes
  • Installation: wxGTK, wxMotif, wxMSW @@ -134,7 +135,7 @@ downloaded from the wxWindows Web site.

    -Propert List Classes +Property List Classes @@ -185,10 +186,13 @@ 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 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. @@ -203,19 +207,34 @@ 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 fully-fledged application! +
  • font: tests fonts, font enumerator, font encodings.
  • 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).
  • layout: shows the constraint layout system in action.
  • listctrl: demonstrates the wxListCtrl (implemented natively on WIN32, and using a generic version on other platforms). +
  • menu: tests menus.
  • mdi: shows off the MDI (Multiple Document Interface) classes. On Windows, the regular MDI scheme is used whereby child windows have full sizing and moving rights within the main window. On other platforms, tabbed windows are used, where the children are always maximized. @@ -228,6 +247,8 @@ 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. +
  • newgrid: demonstrates the new wxGrid implementation, by Michael Bedward.
  • notebook: shows the wxNotebook (tabbed window) control.
  • oleauto: a little OLE automation controller (Windows only; requires Excel to be present). @@ -237,8 +258,13 @@ 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. +
  • scroll: demonstrates wxScrolledWindow. +
  • scrollsub: demonstrates the use of wxScrolledWindow to scroll +an embedded window.
  • splitter: demonstrates the wxSplitterWindow class.
  • tab: demonstrates the generic tab window class. You should normally use wxNotebook instead, but the generic code is sometimes useful, for example for @@ -246,6 +272,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 +281,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.