@li wxTipWindow: Shows text in a small window
@li wxWizard: A wizard dialog
- See also the @ref overview_commondialogs.
+ See also the @ref overview_cmndlg.
@section page_categories_miscwnd Miscellaneous windows
@section page_categories_cmndlg Common dialogs
- @ref overview_commondialogs
+ @ref overview_cmndlg
Common dialogs are ready-made dialog classes which are frequently used
in an application.
@section page_libs_wxhtml wxHTML
- Simple HTML renderer and other @ref html_overview are contained in this library,
+ Simple HTML renderer and other @ref overview_html are contained in this library,
as well as wxHtmlHelpController, wxBestHelpController and wxHtmlListBox.
Requires @ref page_libs_wxcore and @ref page_libs_wxbase.
@subsection page_strategies_portability_usesizers Use sizers
Don't use absolute panel item positioning if you can avoid it. Different GUIs have
- very differently sized panel items. Consider using the @ref sizer_overview instead.
+ very differently sized panel items. Consider using the @ref overview_sizers instead.
@subsection page_strategies_portability_useresources Use wxWidgets resource files
Use .xrc (wxWidgets resource files) where possible, because they can be easily changed
- independently of source code. See the @ref xrc_overview for more info.
+ independently of source code. See the @ref overview_xrc for more info.
scattering wxASSERTs liberally to test for problems in your code as early as possible.
Forward thinking will save a surprising amount of time in the long run.
- See the @ref debugging_overview for further information.
+ See the @ref overview_debugging for further information.
*/
Helpview is a program for displaying wxWidgets HTML
Help files. In many cases, you may wish to use the wxWidgets HTML
Help classes from within your application, but this provides a
- handy stand-alone viewer. See @ref html_overview for more details.
+ handy stand-alone viewer. See @ref overview_html for more details.
You can find it in @c samples/html/helpview.
@subsection page_utils_utils_tex2rtf Tex2RTF
and wxMutexGuiLeave functions, both of which are
used and tested in the sample as well.
- See also @ref thread_overview and wxThread.
+ See also @ref overview_thread and wxThread.
@subsection page_utils_samples_toolbar Toolbar sample