X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1a7f306263595bff3b74e96e4c2bee6f0a008500..d45d30c8682f858321600e2958167d7ef54ebeb5:/docs/html/index.htm?ds=sidebyside diff --git a/docs/html/index.htm b/docs/html/index.htm index a789110d60..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 @@ -206,21 +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. @@ -233,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). @@ -246,6 +262,9 @@ Excel to be present). 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