]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dynlib.tex
no real changes, just refactor/simplify the code to remove duplication and unnecessar...
[wxWidgets.git] / docs / latex / wx / dynlib.tex
index bdb6710a252a134064f7f0c09cc0988cb352c255..967416a24cfbb3a7966aff6c3a6423423f6e6551 100644 (file)
@@ -16,12 +16,6 @@ wxDynamicLibrary is a class representing dynamically loadable library
 this class to load a library and don't worry about unloading it -- it will be
 done in the objects destructor automatically.
 
-% deprecated now...
-%
-%\wxheading{See also}
-%
-%\helpref{wxDllLoader}{wxdllloader}
-
 \wxheading{Derived from}
 
 No base class.
@@ -30,6 +24,10 @@ No base class.
 
 <wx/dynlib.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 (only available if \texttt{wxUSE\_DYNLIB\_CLASS} is set to $1$)
 
 \latexignore{\rtfignore{\wxheading{Members}}}
@@ -91,14 +89,6 @@ the library any longer in its destructor but it is now the callers
 responsibility to do this using \helpref{Unload}{wxdynamiclibraryunload}.
 
 
-\membersection{wxDynamicLibrary::GetProgramHandle}\label{wxdynamiclibrarygetprogramhandle}
-
-\func{static wxDllType}{GetProgramHandle}{\void}
-
-Return a valid handle for the main program itself or \texttt{NULL} if symbols
-from the main program can't be loaded on this platform.
-
-
 \membersection{wxDynamicLibrary::GetSymbol}\label{wxdynamiclibrarygetsymbol}
 
 \constfunc{void *}{GetSymbol}{\param{const wxString\& }{name}}
@@ -177,6 +167,8 @@ be a combination of the following bits:
 \twocolitem{wxDL\_VERBATIM}{don't try to append the appropriate extension to
 the library name (this is done by default).}
 \twocolitem{wxDL\_DEFAULT}{default flags, same as wxDL\_NOW currently}
+\twocolitem{wxDL\_QUIET}{don't log an error message if the library couldn't be
+loaded.}
 \end{twocollist}
 
 Returns \true if the library was successfully loaded, \false otherwise.
@@ -214,6 +206,10 @@ No base class.
 
 <wx/dynlib.h>
 
+\wxheading{Library}
+
+\helpref{wxBase}{librarieslist}
+
 (only available if \texttt{wxUSE\_DYNLIB\_CLASS} is set to $1$)
 
 \latexignore{\rtfignore{\wxheading{Members}}}