X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fc2171bd4c660b8554dae2a1cbf34ff09f3032a6..641cdc233d23344b88a6e24151708f669c429917:/docs/html/index.htm
diff --git a/docs/html/index.htm b/docs/html/index.htm
index 89cc562bab..b300673400 100644
--- a/docs/html/index.htm
+++ b/docs/html/index.htm
@@ -142,7 +142,7 @@ by Franky Braem, in PDF format.
-wxWidgets Reference
+wxWidgets Reference
|
@@ -288,7 +288,7 @@ by Franky Braem, in PDF format.
Each of the following samples demonstrates one or more aspect of wxWidgets.
-- artprov: shows how you can customize the look of standard
+
- artprov: shows how you can customize the look of standard
wxWidgets dialogs by replacing default bitmaps/icons with your own versions.
- calendar: a sample to test the wxCalendarCtrl class.
- caret: a sample to test the wxCaret class.
@@ -301,19 +301,16 @@ console-mode (no-GUI) compilation of wxWidgets.
- controls: sample showing a variety of controls, including
wxNotebook.
- db: wxDB ODBC sample.
-
- 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.
- dialogs: shows some of the common dialogs available -- wxFontDialog,
wxColourDialog, wxFileDialog, wxDirDialog, wxMessageBox, wxTextEntryDialog, wxSingleChoiceDialog.
For printing-related dialogs, see the printing sample.
-
- dragimag: wxDragImage demo.
- dialup: wxDialUpManager demo.
- dnd: demonstrates drag and drop on supported platforms.
- docview: demonstrates use of the document view classes,
using wxFrame.
- docvwmdi: demonstrates use of the document view classes,
using wxMDIParentFrame, wxMDIChildFrame.
+
- dragimag: wxDragImage demo.
- drawing: tests device context drawing.
- dynamic: shows how to connect events to member functions
dynamically.
@@ -335,6 +332,9 @@ applications and also as a help facility.
- zip: shows how help files can be packaged in zip archives.
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
+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.
@@ -374,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
@@ -389,6 +390,7 @@ programming.
wxTime, wxDate and wxVariant.
validate: shows simple use of validation.
wizard: demonstrates the wxWizard class.
+xrc: demonstrates the XRC resource system.
The following are deprecated samples.
|