X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6495f2dd5d718b9daea8c5fc37858299111d8496..27b2dd53f629a78266c51d1b0b5db918401dcd4f:/docs/html/index.htm diff --git a/docs/html/index.htm b/docs/html/index.htm index 2cabfb0998..b300673400 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -1,32 +1,23 @@ -wxWindows Documentation +wxWidgets Documentation - + - - - - -
- - - - -
+ -

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

-Welcome to wxWindows 2, the première cross-platform GUI C++ framework. This is an index of +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.

@@ -39,18 +30,45 @@ downloaded from the wxWindows Web site.

-


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

-


wxWindows manuals

+Further platform-specific notes: - + +

+ +

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

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

+ +

+ + + + + - - - + + + + + + + + +
HTML + WinHelp + MS HTML Help + +wxHTML Help + PDF
-Reference Manual +wxWidgets Reference + +wxWidgets Reference -Reference Manual +wxWidgets Reference -Reference Manual +wxWidgets Reference -Reference Manual +wxWidgets Reference
-Dialog Editor Manual +Tex2RTF -Dialog Editor Manual +Tex2RTF -Dialog Editor Manual +Tex2RTF -Dialog Editor Manual +Tex2RTF + +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
-

+OGL Library
-Remstar ODBC Classes +OGL Library
-


Technical notes

+

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

-


Third-party tools

+

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

-


Samples

+

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

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

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

  • 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). @@ -246,27 +346,26 @@ WIN32, and using a generic version on other platforms). 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. +
  • 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 +
  • rotate: demonstrates interpolated and non-interpolated rotation of a wxImage.
  • sashtest: demonstrates use of the wxSashWindow class to allow @@ -275,6 +374,7 @@ the user to resize subwindows.
  • scrollsub: demonstrates the use of wxScrolledWindow to scroll an embedded window.
  • sockets: demonstrates the TCP/IP family of classes. +
  • splash: demonstrates use of the wxSplashScreen class.
  • splitter: demonstrates the wxSplitterWindow class.
  • statbar: demonstrates the wxStatusBar class.
  • taskbar: demonstrates the wxTaskBarIcon class, for @@ -290,9 +390,31 @@ programming. wxTime, wxDate and wxVariant.
  • validate: shows simple use of validation.
  • wizard: demonstrates the wxWizard class. +
  • xrc: demonstrates the XRC resource system. -


    Demos

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

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

    The following are fully-fledged applications.

    @@ -301,12 +423,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. -
    -