Finished review of Application Initialization and Termination category of functions and macros.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52601 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Bryan Petty
2008-03-18 01:34:57 +00:00
parent 9215c73eaf
commit 8cd06fb5a2
3 changed files with 67 additions and 32 deletions

View File

@@ -1467,6 +1467,9 @@ public:
// Global functions/macros
// ============================================================================
/** @ingroup group_funcmacro_appinitterm */
//@{
/**
Initializes all available image handlers. For a list of available handlers,
see wxImage.
@@ -1475,3 +1478,5 @@ public:
*/
void wxInitAllImageHandlers();
//@}