Rename and reorder "Important wxWidgets Topics" section

Events and sizing is more important than Unicode or i18n, so put them
first.

Also "important" doesn't really mean anything, so use a hopefully more
clear section name.
This commit is contained in:
Vadim Zeitlin
2021-04-11 13:15:36 +02:00
parent 80f33c0c8c
commit c5ab151a72

View File

@@ -23,15 +23,15 @@ topics related to building applications with wxWidgets.
@li @subpage overview_cmake
@li @subpage overview_referencenotes
@section page_topics_programming Important wxWidgets Topics
@section page_topics_programming Conceptual Overviews
@li @subpage overview_app
@li @subpage overview_unicode
@li @subpage overview_i18n
@li @subpage overview_events
@li @subpage overview_windowsizing
@li @subpage overview_windowids
@li @subpage overview_log
@li @subpage overview_unicode
@li @subpage overview_i18n
@section page_topics_nongui Non-GUI Classes