]> git.saurik.com Git - wxWidgets.git/blame - docs/doxygen/topics.h
added initial version of the Doxygen manual
[wxWidgets.git] / docs / doxygen / topics.h
CommitLineData
15b6757b
FM
1/////////////////////////////////////////////////////////////////////////////
2// Name: topics.h
3// Purpose: Topic overviews page of the Doxygen manual
4// Author: wxWidgets team
5// RCS-ID: $Id$
6// Licence: wxWindows license
7/////////////////////////////////////////////////////////////////////////////
8
9
10/*!
11
12 @page topic_page Topic overviews
13
14 This chapter contains a selection of topic overviews.
15
16
17 @section topics_starting Starting with wxWidgets
18
19 @li @ref referencenotes Notes on using the reference
20 @li @ref roughguide Writing a wxWidgets application: a rough guide
21 @li @ref helloworld wxWidgets Hello World sample
22 @li @ref samples wxWidgets samples
23 @li @ref wxpython Introduction to wxPython
24
25 @section topics_programming Programming with wxWidgets
26
27 @li @ref backwardcompatibility Backward compatibility
28 @li @ref runtimeclassoverview Runtime class information (RTTI)
29 @li @ref trefcount Reference counting
30 @li @ref wxappoverview Application class: wxApp
31 @li @ref unicode Unicode support in wxWidgets
32 @li @ref mbconvclasses Conversion between Unicode and multibyte strings
33 @li @ref internationalization Internationalization
34 @li @ref nonenglishoverview Writing non-English applications
35 @li @ref debuggingoverview Debugging overview
36 @li @ref wxlogoverview Logging overview
37 @li @ref eventhandlingoverview Event handling overview
38 @li @ref exceptionsoverview C++ exceptions overview
39 @li @ref windowstyles Window styles
40 @li @ref windowdeletionoverview Window deletion overview
41 @li @ref windowidsoverview Window IDs overview
42 @li @ref envvars Environment variables
43
44 @section topics_nongui Overviews of non-GUI classes
45
46 @li @ref wxstringoverview String class: wxString
47 @li @ref bufferclasses Buffer classes
48 @li @ref wxdatetimeoverview Date and time classes
49 @li @ref wxcontaineroverview Container classes
50 @li @ref wxfileoverview File classes and functions
51 @li @ref wxstreamoverview Stream classes
52 @li @ref wxthreadoverview Multi-threaded applications
53 @li @ref wxconfigoverview Working with program options: wxConfig
54 @li @ref fs Virtual file system: wxFileSystem
55 @li @ref wxresyn Syntax of the built-in regular expression library
56 @li @ref wxarc Archive formats such as zip
57 @li @ref ipcoverview Interprocess communication
58
59 @section topics_drawing Drawing related classes
60
61 @li @ref dcoverview Device contexts
62 @li @ref wxbitmapoverview Bitmaps and icons
63 @li @ref wxfontoverview Fonts
64 @li @ref wxfontencodingoverview Fonts encodings
65 @li @ref printingoverview Printing
66 @li @ref unixprinting Printing under GTK+
67
68 @section topics_gui Overviews of GUI classes
69
70 @li @ref sizeroverview Laying out window elements with sizers
71 @li @ref xrcoverview XML-based resource system
72 @li @ref windowsizingoverview Window sizing
73 @li @ref scrollingoverview Scrolling
74 @li @ref wxdialogoverview Dialogs
75 @li @ref validatoroverview Transferring and validating data
76 @li @ref wxdataobjectoverview Data exchange: wxDataObject
77 @li @ref wxdndoverview Drag and drop
78 @li @ref constraintsoverview Layout constraints
79
80 @section topics_indivctrl Overviews of individual controls
81
82 @li @ref wxhtml wxHTML
83 @li @ref wxrichtextctrloverview wxRichTextCtrl
84 @li @ref wxauioverview wxAUI (advanced user interface)
85 @li @ref commondialogsoverview Common dialogs
86 @li @ref wxtoolbaroverview Toolbar
87 @li @ref gridoverview wxGrid
88 @li @ref wxtreectrloverview wxTreeCtrl
89 @li @ref wxlistctrloverview wxListCtrl
90 @li @ref wxsplitterwindowoverview wxSplitterWindow
91 @li @ref wximagelistoverview wxImageList
92 @li @ref wxbookctrloverview wxBookCtrl
93 @li @ref wxtipprovider wxTipProvider
94 @li @ref docviewoverview Document/view
95
96*/