Minor doc corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35526 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e536d73ac4
commit
1d20b7f2c6
@ -91,14 +91,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}}
|
||||
|
@ -285,3 +285,4 @@ for the flags parameter, however you can look at the mediactrl header for these.
|
||||
The two general flags are wxMEDIACTRLPLAYERCONTROLS\_NONE which turns off the
|
||||
native interface, and wxMEDIACTRLPLAYERCONTROLS\_DEFAULT which lets wxMediaCtrl
|
||||
decide what native controls on the interface.
|
||||
|
||||
|
@ -108,3 +108,4 @@ boundaries so it might not be the case if words are too long). If \arg{width}
|
||||
is negative, no wrapping is done.
|
||||
|
||||
\newsince{2.6.2}
|
||||
|
||||
|
@ -162,8 +162,8 @@ wxDateTime corresponding to the given date in, say, Pacific Standard Time.
|
||||
To do it, you will need to call \helpref{ToTimezone}{wxdatetimetotimezone} or
|
||||
\helpref{MakeTimezone}{wxdatetimemaketimezone} methods to adjust the date for
|
||||
the target time zone. There are also special versions of these functions
|
||||
\helpref{ToGMT}{wxdatetimetogmt} and \helpref{MakeGMT}{wxdatetimemakegmt} for
|
||||
the most common case - when the date should be constructed in GMT.
|
||||
\helpref{ToUTC}{wxdatetimetoutc} and \helpref{MakeUTC}{wxdatetimemakeutc} for
|
||||
the most common case - when the date should be constructed in UTC.
|
||||
|
||||
You also can just retrieve the value for some time zone without converting the
|
||||
object to it first. For this you may pass TimeZone argument to any of the
|
||||
|
@ -1,17 +0,0 @@
|
||||
[OPTIONS]
|
||||
BMROOT=c:\wx2dev\wxWindows\docs/latex/wx ; Assume that bitmaps are where the source is
|
||||
TITLE=wxWidgets Manual
|
||||
CONTENTS=Contents
|
||||
COMPRESS=HIGH
|
||||
|
||||
[FILES]
|
||||
wx.rtf
|
||||
|
||||
[CONFIG]
|
||||
CreateButton("Up", "&Up", "JumpId(`wx.hlp', `Contents')")
|
||||
BrowseButtons()
|
||||
|
||||
[MAP]
|
||||
|
||||
[BITMAPS]
|
||||
|
Loading…
Reference in New Issue
Block a user