]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontdlg.tex
fix warning about comparing (signed) -1 with (unsigned) in_addr_t under Solaris
[wxWidgets.git] / docs / latex / wx / fontdlg.tex
index ee93fcac1e118261968250bf5b326f2beef94bb8..e28d3c9b23ed7c4a51712ce5b0228caa240b42cb 100644 (file)
@@ -26,17 +26,11 @@ Constructor. Initializes {\it fontColour} to black, {\it showHelp} to black,
 \rtfsp{\it allowSymbols} to true, {\it enableEffects} to true,
 \rtfsp{\it minSize} to 0 and {\it maxSize} to 0.
 
-\membersection{wxFontData::\destruct{wxFontData}}\label{wxfontdatadtor}
-
-\func{}{\destruct{wxFontData}}{\void}
-
-Destructor.
-
 \membersection{wxFontData::EnableEffects}\label{wxfontdataenableeffects}
 
 \func{void}{EnableEffects}{\param{bool}{ enable}}
 
-Enables or disables `effects' under MS Windows only. This refers to the
+Enables or disables `effects' under MS Windows or generic only. This refers to the
 controls for manipulating colour, strikeout and underline properties.
 
 The default value is true.
@@ -178,8 +172,6 @@ shown.
 
 \membersection{wxFontDialog::Create}\label{wxfontdialogcreate}
 
-\func{bool}{Create}{\void}
-
 \func{bool}{Create}{\param{wxWindow* }{parent}}
 
 \func{bool}{Create}{\param{wxWindow* }{parent}, \param{const wxFontData\& }{data}}
@@ -188,12 +180,6 @@ Creates the dialog if it the wxFontDialog object had been initialized using the
 default constructor. Returns {\tt true} on success and {\tt false} if an error
 occured.
 
-\membersection{wxFontDialog::\destruct{wxFontDialog}}\label{wxfontdialogdtor}
-
-\func{}{\destruct{wxFontDialog}}{\void}
-
-Destructor.
-
 \membersection{wxFontDialog::GetFontData}\label{wxfontdialoggetfontdata}
 
 \constfunc{const wxFontData\&}{GetFontData}{\void}