]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/dynlib.tex
Added shaped sample copying
[wxWidgets.git] / docs / latex / wx / dynlib.tex
index 8693f8ae88a075949a3c4bfe22a9113226e0dae5..49cec53bd8634208ba2299d8d2e0317ea21df862 100644 (file)
@@ -27,11 +27,19 @@ 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}
 
-Returns TRUE if the library was successfully loaded, FALSE otherwise.
+Returns true if the library was successfully loaded, false otherwise.
 
 \membersection{wxDynamicLibrary::Load}\label{wxdynamiclibraryload}
 
@@ -39,7 +47,7 @@ Returns TRUE if the library was successfully loaded, FALSE otherwise.
 
 Loads DLL into memory.
 
-Returns TRUE if the library was successfully loaded, FALSE otherwise.
+Returns true if the library was successfully loaded, false otherwise.
 
 \membersection{wxDynamicLibrary::Unload}\label{wxdynamiclibraryunload}