X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2a3476f24d0d0d2d644bb3d06c616b740f3e1f29..cc24bf919256e8e1d317dbb8e67df6d007d641ea:/docs/html/index.htm diff --git a/docs/html/index.htm b/docs/html/index.htm index b300673400..f88347d2fc 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -13,18 +13,17 @@ -Welcome to wxWidgets 2, the première cross-platform GUI C++ framework.

+Welcome to wxWidgets, the première cross-platform GUI C++ framework.

This is an index of the plain text, HTML, Windows Help and Acrobat documentation: availability depends on what you've -downloaded from the wxWidgets Web site.

+downloaded from the wxWidgets Web site.

[Install] [Manuals] [Technical Notes] -[3rd party tools] [Samples] [Demos] @@ -53,22 +52,24 @@ for how to do this. Further platform-specific notes: @@ -115,11 +115,6 @@ To use manuals in wxHTML Help form (extension htb), you can use the HelpView< application, either compiling it from utils/helpview in the distribution, or downloading a binary, for example from here.

-See also the wxWidgets Tutorial -by Franky Braem, in PDF format.

- -

- @@ -184,52 +179,6 @@ by Franky Braem, in PDF format.

- - - - - - - - - - - - - - - - - - - - - - - -
-FL Library - -FL Library - - -FL Library - -FL Library - -FL Library -
-OGL Library - -OGL Library - - -OGL Library - -OGL Library - -OGL Library -

@@ -255,24 +204,6 @@ by Franky Braem, in PDF format.

- - - - -
- -Thirty-party tools - -
- -

- -

- -

-
@@ -288,23 +219,29 @@ by Franky Braem, in PDF format.

Each of the following samples demonstrates one or more aspect of wxWidgets.

    +
  • access: Active Accessiblity sample (Windows only). +
  • animate: shows the wxAnimationCtrl class.
  • artprov: shows how you can customize the look of standard wxWidgets dialogs by replacing default bitmaps/icons with your own versions. +
  • aui: wxAui (docking subsystem) sample.
  • calendar: a sample to test the wxCalendarCtrl class.
  • caret: a sample to test the wxCaret class.
  • checklst: demonstrates wxCheckListBox on supported platforms (currently Windows and GTK only). +
  • collpane: shows the wxCollapsiblePane class.
  • config: demonstrates use of wxConfig, which defaults to wxRegConfig on WIN32 (optionally wxIniConfig), and wxFileConfig on other platforms.
  • console: demonstrates a console application using console-mode (no-GUI) compilation of wxWidgets.
  • controls: sample showing a variety of controls, including wxNotebook. -
  • db: wxDB ODBC sample. +
  • db: wxODBC sample. +
  • debugrpt: wxDebugReport sample.
  • dialogs: shows some of the common dialogs available -- wxFontDialog, wxColourDialog, wxFileDialog, wxDirDialog, wxMessageBox, wxTextEntryDialog, wxSingleChoiceDialog. For printing-related dialogs, see the printing sample.
  • dialup: wxDialUpManager demo. +
  • display: wxDisplay demo.
  • dnd: demonstrates drag and drop on supported platforms.
  • docview: demonstrates use of the document view classes, using wxFrame. @@ -314,7 +251,10 @@ using wxMDIParentFrame, wxMDIChildFrame.
  • drawing: tests device context drawing.
  • dynamic: shows how to connect events to member functions dynamically. +
  • erase: shows the wxEditableListBox class. +
  • erase: Window erasing sample.
  • event: demonstrates event handling. +
  • exept: demonstrates exception handling.
  • exec: demonstrates wxExecute.
  • font: tests fonts, font enumerator, font encodings.
  • grid: demonstrates the wxGrid class. @@ -331,6 +271,7 @@ applications and also as a help facility.
  • widget: demonstrates the use of controls in HTML pages.
  • zip: shows how help files can be packaged in zip archives.
+
  • htlbox: demonstrates wxHtmlListBox.
  • image: shows off the cross-platform wxImage class.
  • ipc: shows the DDE-like protocol in action, both using real DDE on Windows, and TCP/IP on all platforms. Edit ddesetup.h @@ -342,6 +283,7 @@ to switch between compilation modes.
  • listctrl: demonstrates the wxListCtrl (implemented natively on WIN32, and using a generic version on other platforms).
  • menu: tests menus. +
  • mediaplayer: demonstrates wxMediaCtrl, for playing movies and audio files in a window.
  • 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. @@ -353,6 +295,7 @@ platforms that don't support it, a normal-sized title bar is displayed.
  • minimal: just shows a frame, a menubar, and a statusbar. About as small a wxWidgets application as you can get.
  • mobile: mini applications for embedded platforms. +
  • multimon: demo showing how to use multiple monitors.
  • nativdlg: shows how wxWidgets can load a standard Windows dialog resource, translating the controls into wxWidgets controls (Windows only).
  • notebook: shows the wxNotebook (tabbed window) control. @@ -363,9 +306,9 @@ Excel to be present).
  • printing: shows printing and previewing.
  • propsize: demonstrates proportional sizer classes.
  • regtest: tests the low-level Windows registry functions (Windows only). - +
  • render: shows how to use wxRenderer to implement controls consistent with the +platform's native look. +
  • richtext: demonstrates wxRichTextCtrl.
  • rotate: demonstrates interpolated and non-interpolated rotation of a wxImage.
  • sashtest: demonstrates use of the wxSashWindow class to allow @@ -373,7 +316,9 @@ the user to resize subwindows.
  • scroll: demonstrates wxScrolledWindow.
  • scrollsub: demonstrates the use of wxScrolledWindow to scroll an embedded window. +
  • shaped: demonstrates non-rectangular windows using wxFrame::SetShape.
  • sockets: demonstrates the TCP/IP family of classes. +
  • sound: demonstrates use of wxSound.
  • splash: demonstrates use of the wxSplashScreen class.
  • splitter: demonstrates the wxSplitterWindow class.
  • statbar: demonstrates the wxStatusBar class. @@ -389,18 +334,12 @@ programming.
  • typetest: tests various data type classes, including wxTime, wxDate and wxVariant.
  • validate: shows simple use of validation. +
  • vscroll: shows use of wxVScrolledWindow. +
  • widgets: shows a lot of control classes.
  • wizard: demonstrates the wxWizard class.
  • xrc: demonstrates the XRC resource system. -The following are deprecated samples. - -
      -
    • resource: shows how to use old-style wxWidgets resources (.wxr files). -
    • proplist: demonstrates the property list classes (a VB-style property editor). -
    • treelay: an algorithm for displaying tree hierarchies. -
    -