X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69477ac44979d42e1139dc70a2be7c0390043246..80a779275ae04443c568dca919adb26cf6f5002c:/docs/html/index.htm diff --git a/docs/html/index.htm b/docs/html/index.htm index 6bef8d27d0..a4ce5aa912 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -1,7 +1,7 @@ -wxWindows Documentation +wxWidgets Documentation @@ -11,11 +11,13 @@ - + -Welcome to wxWindows 2, the première cross-platform GUI C++ framework. This is an index of +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 wxWindows Web site.

+downloaded from the wxWidgets Web site.

@@ -23,25 +25,53 @@ downloaded from the wxWindows Web site.

Manuals] [Technical Notes] [3rd party tools] +[Optional Libraries] [Samples] [Demos]

-


Installation and release notes

+

+ + + + + +
+ +Installation and release notes + +
+ +

+ +Unless you installed a binary version of wxWidgets using RPMs, +you will probably have to compile the wxWidgets library first. +Please read the platform-specific readme.txt and install.txt +for how to do this. + +

+ +Further platform-specific notes: + + -


wxWindows manuals

+

+ + + + + +
+ +wxWidgets manuals + +
+ +

- +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.

+ +

- - - - + + + + + + + + +
+ HTML + WinHelp + MS HTML Help + +wxHTML Help + PDF
-Reference Manual +wxWidgets Reference -Reference Manual +wxWidgets Reference -Reference Manual +wxWidgets Reference -Reference Manual +wxWidgets Reference + +wxWidgets Reference
-Dialog Editor Manual +Tex2RTF + +Tex2RTF -Dialog Editor Manual +Tex2RTF -Dialog Editor Manual +Tex2RTF -Dialog Editor Manual +Tex2RTF
-Tex2RTF Manual +FL Library + +FL Library + -Tex2RTF Manual +FL Library -Tex2RTF Manual +FL Library -Tex2RTF Manual +FL Library
-Remstar ODBC Classes +OGL Library -

+OGL Library +
-

+OGL Library
-Remstar ODBC Classes +OGL Library + +OGL Library
-


Technical notes

+

+ + + + + +
+ +Technical notes + +
+ +

-


Third-party tools

+

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

-


Samples

+

+ + + + + +
+ +Optional Libraries + +
+ +

+ +These are the optional libraries in the contrib hierarchy.

+ +

+ +

+ + + + + +
+ +Samples + +
+ +

-Each of the following demonstrates one or more aspect of wxWindows.

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

+
  • htlbox: demonstrates wxHtmlListBox.
  • image: shows off the cross-platform wxImage class. -
  • internat: use of wxWindows' internationalization support. +
  • ipc: shows the DDE-like protocol in action, both using real +DDE on Windows, and TCP/IP on all platforms. Edit ddesetup.h +to switch between compilation modes. +
  • internat: use of wxWidgets' internationalization support.
  • joytest: tests the wxJoystick class (currently Windows and GTK only). +
  • keyboard: tests keyboard support.
  • 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. +
  • 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.
  • memcheck: demonstrates the memory checking/debugging facilities. -
  • mfc: shows how to use MFC and wxWindows code in the same application (Windows only). -To compile this, you must edit include/wx/wxprec.h, comment out the windows.h inclusion, and recompile wxWindows. +
  • mfc: shows how to use MFC and wxWidgets code in the same application (Windows only). +To compile this, you must edit include/wx/wxprec.h, comment out the windows.h inclusion, and recompile wxWidgets.
  • minifram: demonstrates a frame with a small title bar. On 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 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). -
  • newgrid: demonstrates the new wxGrid implementation, by Michael Bedward and others. +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.
  • oleauto: a little OLE automation controller (Windows only; requires Excel to be present).
  • ownerdrw: demonstrates owner-draw menus and controls (Windows only).
  • png: demonstrates PNG loading.
  • printing: shows printing and previewing. -
  • proplist: demonstrates the property list classes (a VB-style property editor).
  • propsize: demonstrates proportional sizer classes.
  • 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. +
  • 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 @@ -268,7 +410,10 @@ 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.
  • taskbar: demonstrates the wxTaskBarIcon class, for @@ -283,10 +428,33 @@ programming.
  • typetest: tests various data type classes, including wxTime, wxDate and wxVariant.
  • validate: shows simple use of validation. +
  • vscroll: shows use of wxVScrolledWindow.
  • wizard: demonstrates the wxWizard class. +
  • xrc: demonstrates the XRC resource system. -


    Demos

    +The following are deprecated samples. + + + + +

    + + + + + +
    + +Demos + +
    + +

    The following are fully-fledged applications.

    @@ -295,12 +463,10 @@ The following are fully-fledged applications.

  • dbbrowse: ODBC database browser application.
  • forty: a great little card game by Chris Breeze.
  • fractal: fractal mountains by Andrew Davison. -
  • life: the game of Life by J. H. Conway, implemented in wxWindows by Guillermo Rodriguez Garcia. +
  • life: the game of Life by J. H. Conway, implemented in wxWidgets by Guillermo Rodriguez Garcia.
  • poem: a little poetry display program. -
    -