]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dynlib.tex
Improve wxHashMap documentation.
[wxWidgets.git] / docs / latex / wx / dynlib.tex
index 44bdb0972fd110336f6edbe446eb76149c89f092..2e7fc08b184d58d0e179ac9edff13171c6221883 100644 (file)
@@ -27,6 +27,14 @@ to \helpref{wxDllLoader}{wxdllloader}.
 
 Constructor. Second form calls \helpref{Load}{wxdynamiclibraryload}.
 
+\membersection{wxDynamicLibrary::Detach}\label{wxdynamiclibrarydetach}
+
+\func{wxDllType}{Detach}{\void}
+
+Detaches this object from its library handle, i.e. the object will not unload
+the library any longer in its destructor but it is now the callers
+responsability to do this.
+
 \membersection{wxDynamicLibrary::IsLoaded}\label{wxdynamiclibraryisloaded}
 
 \constfunc{bool}{IsLoaded}{\void}
@@ -54,4 +62,7 @@ Unloads the library from memory.
 Returns pointer to symbol {\it name} in the library or NULL if the library
 contains no such symbol.
 
+\wxheading{See also}
+
+\helpref{wxDYNLIB\_FUNCTION}{wxdynlibfunction}