From: Vadim Zeitlin Date: Fri, 11 May 2007 22:43:40 +0000 (+0000) Subject: update the samples/platforms which were unchanged since quite a few years apparently... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/121640d59b9c31e13ea7b404fd3ff031861d97b9 update the samples/platforms which were unchanged since quite a few years apparently (patch 1713939) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45982 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/html/index.htm b/docs/html/index.htm index 1e5a899989..acb7197b03 100644 --- a/docs/html/index.htm +++ b/docs/html/index.htm @@ -25,7 +25,6 @@ downloaded from the wxWidgets Web site.Manuals] [Technical Notes] [3rd party tools] -[Optional Libraries] [Samples] [Demos] @@ -85,7 +84,6 @@ for how to do this.
  • wxWidgets for GTK+
  • wxWidgets for Motif
  • wxWidgets for X11 -
  • wxWidgets for Unix
  • wxWidgets for Mac
  • ToDo: General ToDo, @@ -182,52 +180,6 @@ or downloading a binary, for example from FL Library - - - -FL Library - - - - -FL Library - - - -FL Library - - - -FL Library - - - - - -OGL Library - - - -OGL Library - - - - -OGL Library - - - -OGL Library - - - -OGL Library - - -

    @@ -271,35 +223,6 @@ or downloading a binary, for example from - -Optional Libraries - - - - - -

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

    - -

      -
    • animate: a flip-book animation class, with animated GIF player. -
    • deprecated: deprecated classes including the old WXR resource system and property sheet classes. -
    • fl: a frame layout/docking library. -
    • foldbar: wxFoldPanel class for economical layout of controls. -
    • gizmos: a variety of GUI classes including wxDynamicSashWindow, wxLEDNumberCtrl, wxEditableListBox, wxStaticPicture -and a split tree/content view. -
    • mmedia: deprecated library for playing audio and video. -
    • net: wxEmail class. -
    • ogl: Object Graphics Library (for drawing connected shapes). -
    • plot: simple plotting class. -
    • stc: wxStyledTextControl, a wrapper for the Scintilla code editor control. -
    • svg: wxSVGFileDC class for drawing vector graphics into a SVG file. -
    -

    @@ -318,6 +241,7 @@ 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. @@ -325,6 +249,7 @@ wxWidgets dialogs by replacing default bitmaps/icons with your own versions.
    • 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 @@ -347,6 +272,7 @@ 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. @@ -430,18 +356,11 @@ programming. 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. -
    -

    diff --git a/docs/latex/wx/body.tex b/docs/latex/wx/body.tex index a813801b3e..3b17cb8bf7 100644 --- a/docs/latex/wx/body.tex +++ b/docs/latex/wx/body.tex @@ -6,9 +6,9 @@ \section{What is wxWidgets?}\label{whatis} wxWidgets is a C++ framework providing GUI (Graphical User -Interface) and other facilities on more than one platform. Version 2 currently -supports all desktop versions of MS Windows, Unix with GTK+, Unix with Motif, -and MacOS. An OS/2 port is in progress. +Interface) and other facilities on more than one platform. Version 2 and higher +currently support all desktop versions of MS Windows, Unix with GTK+ 1.x or 2.x, +Unix with Motif, Unix with just X11, Unix with DirectFB, Mac OS X, OS/2. wxWidgets was originally developed at the Artificial Intelligence Applications Institute, University of Edinburgh, for internal use, @@ -20,7 +20,7 @@ This manual contains a class reference and topic overviews. For a selection of wxWidgets tutorials, please see the documentation page on the \urlref{wxWidgets web site}{http://www.wxwidgets.org}. Please note that in the following, ``MS Windows" often refers to all -platforms related to Microsoft Windows, including 16-bit and 32-bit +platforms related to Microsoft Windows, including 32-bit and 64-bit variants, unless otherwise stated. All trademarks are acknowledged. \section{Why another cross-platform development tool?}\label{why}