X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1d20b7f2c632245f4803e1e6c4b622de8ff9064d..6d0f32ddb8e1aec3b8707db31ed244758c242672:/docs/latex/wx/dynlib.tex diff --git a/docs/latex/wx/dynlib.tex b/docs/latex/wx/dynlib.tex index 6c64a245ea..967416a24c 100644 --- a/docs/latex/wx/dynlib.tex +++ b/docs/latex/wx/dynlib.tex @@ -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. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + (only available if \texttt{wxUSE\_DYNLIB\_CLASS} is set to $1$) \latexignore{\rtfignore{\wxheading{Members}}} @@ -169,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. @@ -206,6 +206,10 @@ No base class. +\wxheading{Library} + +\helpref{wxBase}{librarieslist} + (only available if \texttt{wxUSE\_DYNLIB\_CLASS} is set to $1$) \latexignore{\rtfignore{\wxheading{Members}}}