2008-02-21 16:11:25 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
// Name: main.h
|
|
|
|
// Purpose: Main page of the Doxygen manual
|
|
|
|
// Author: wxWidgets team
|
2010-07-13 09:29:13 -04:00
|
|
|
// Licence: wxWindows licence
|
2008-02-21 16:11:25 -05:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2008-03-12 04:50:42 -04:00
|
|
|
/**
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2011-12-08 10:45:41 -05:00
|
|
|
@mainpage Documentation
|
2012-11-03 14:29:28 -04:00
|
|
|
|
2013-11-12 13:06:37 -05:00
|
|
|
@image html main_wxlogo.png
|
2012-11-03 14:29:28 -04:00
|
|
|
|
2013-11-12 13:06:37 -05:00
|
|
|
@author Julian Smart, Vadim Zeitlin, Robin Dunn, Stefan Csomor,
|
|
|
|
Bryan Petty, Francesco Montorsi, Robert Roebling et al
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2018-02-05 09:10:35 -05:00
|
|
|
@date February 19, 2018
|
2013-11-12 13:06:37 -05:00
|
|
|
|
|
|
|
@n
|
|
|
|
|
|
|
|
Welcome to wxWidgets, a stable and powerful open source framework for
|
|
|
|
developing native cross-platform GUI applications in C++!
|
|
|
|
|
|
|
|
@n
|
|
|
|
|
2018-02-18 16:46:35 -05:00
|
|
|
If you are new to wxWidgets, please start with the @ref page_introduction
|
|
|
|
and follow with the @ref page_topics, with maybe a look at
|
|
|
|
@ref page_samples as you go. If you are already familiar with wxWidgets,
|
|
|
|
please read about @ref overview_changes_since28 "the changes" in the latest
|
2015-10-31 16:35:30 -04:00
|
|
|
version compared to 2.8 series. And you can also follow the links in the
|
|
|
|
reference section or jump directly to the
|
|
|
|
<a href="classes.html">alphabetical list of classes</a> to find out more about
|
|
|
|
the topic you are interested in.
|
2008-02-21 16:11:25 -05:00
|
|
|
|
2012-11-03 14:29:28 -04:00
|
|
|
@section manual_user User Manual
|
2008-03-31 09:27:33 -04:00
|
|
|
|
2008-03-22 13:49:09 -04:00
|
|
|
@li @subpage page_introduction
|
2013-11-12 13:06:37 -05:00
|
|
|
@li @subpage page_topics
|
2008-03-22 13:49:09 -04:00
|
|
|
@li @subpage page_libs
|
2008-04-02 01:29:12 -04:00
|
|
|
@li @subpage page_class_cat
|
2013-11-12 13:06:37 -05:00
|
|
|
@li @subpage overview_changes_since28
|
2008-03-31 09:27:33 -04:00
|
|
|
|
2013-11-12 13:06:37 -05:00
|
|
|
@section manual_reference Reference
|
2008-03-31 09:27:33 -04:00
|
|
|
|
2008-03-25 03:57:30 -04:00
|
|
|
@li @subpage group_class
|
|
|
|
@li @subpage group_funcmacro
|
2013-11-12 13:06:37 -05:00
|
|
|
@li @subpage page_constants
|
|
|
|
|
|
|
|
@section manual_misc Other Information
|
|
|
|
|
|
|
|
@li @subpage page_samples
|
|
|
|
@li @subpage page_utils
|
|
|
|
@li @subpage page_translations
|
|
|
|
@li @subpage page_multiplatform
|
|
|
|
@li @subpage page_copyright
|
2008-02-21 16:11:25 -05:00
|
|
|
|
|
|
|
*/
|