implemented wxDynamicLibrary::ListLoaded() for Linux; added test for it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31408 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2005-01-16 23:32:37 +00:00
parent e259f83e0f
commit 297ebe6b97
3 changed files with 150 additions and 3 deletions

View File

@@ -130,8 +130,8 @@ of all modules loaded into the address space of the current project, the array
elements are object of \texttt{wxDynamicLibraryDetails} class. The array will
be empty if an error occured.
This method is currently only implemented under Win32 and is useful mostly for
diagnostics purposes.
This method is currently implemented only under Win32 and Linux and is useful
mostly for diagnostics purposes.
\membersection{wxDynamicLibrary::Load}\label{wxdynamiclibraryload}