]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/fontdlg.tex
Missing wxWindow member, manual decorations to pure text list of changes.
[wxWidgets.git] / docs / latex / wx / fontdlg.tex
index bd21e77fb8a7f67c391bcfc359b8977f3e34484b..6b975aac529989a39a1bc6a52ad427ddaccaf811 100644 (file)
@@ -18,7 +18,7 @@ This class holds a variety of information related to font dialogs.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxFontData::wxFontData}
+\membersection{wxFontData::wxFontData}\label{wxfontdatactor}
 
 \func{}{wxFontData}{\void}
 
 
 \func{}{wxFontData}{\void}
 
@@ -26,22 +26,22 @@ 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.
 
 \rtfsp{\it allowSymbols} to true, {\it enableEffects} to true,
 \rtfsp{\it minSize} to 0 and {\it maxSize} to 0.
 
-\membersection{wxFontData::\destruct{wxFontData}}
+\membersection{wxFontData::\destruct{wxFontData}}\label{wxfontdatadtor}
 
 \func{}{\destruct{wxFontData}}{\void}
 
 Destructor.
 
 
 \func{}{\destruct{wxFontData}}{\void}
 
 Destructor.
 
-\membersection{wxFontData::EnableEffects}
+\membersection{wxFontData::EnableEffects}\label{wxfontdataenableeffects}
 
 \func{void}{EnableEffects}{\param{bool}{ enable}}
 
 
 \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.
 
 controls for manipulating colour, strikeout and underline properties.
 
 The default value is true.
 
-\membersection{wxFontData::GetAllowSymbols}
+\membersection{wxFontData::GetAllowSymbols}\label{wxfontdatagetallowsymbols}
 
 \func{bool}{GetAllowSymbols}{\void}
 
 
 \func{bool}{GetAllowSymbols}{\void}
 
@@ -50,7 +50,7 @@ effect on other platforms.
 
 The default value is true.
 
 
 The default value is true.
 
-\membersection{wxFontData::GetColour}
+\membersection{wxFontData::GetColour}\label{wxfontdatagetcolour}
 
 \func{wxColour\&}{GetColour}{\void}
 
 
 \func{wxColour\&}{GetColour}{\void}
 
@@ -58,13 +58,13 @@ Gets the colour associated with the font dialog.
 
 The default value is black.
 
 
 The default value is black.
 
-\membersection{wxFontData::GetChosenFont}
+\membersection{wxFontData::GetChosenFont}\label{wxfontdatagetchosenfont}
 
 \func{wxFont}{GetChosenFont}{\void}
 
 Gets the font chosen by the user if the user pressed OK (wxFontDialog::ShowModal returned wxID\_OK).
 
 
 \func{wxFont}{GetChosenFont}{\void}
 
 Gets the font chosen by the user if the user pressed OK (wxFontDialog::ShowModal returned wxID\_OK).
 
-\membersection{wxFontData::GetEnableEffects}
+\membersection{wxFontData::GetEnableEffects}\label{wxfontdatagetenableeffects}
 
 \func{bool}{GetEnableEffects}{\void}
 
 
 \func{bool}{GetEnableEffects}{\void}
 
@@ -73,14 +73,14 @@ controls for manipulating colour, strikeout and underline properties.
 
 The default value is true.
 
 
 The default value is true.
 
-\membersection{wxFontData::GetInitialFont}
+\membersection{wxFontData::GetInitialFont}\label{wxfontdatagetinitialfont}
 
 \func{wxFont}{GetInitialFont}{\void}
 
 Gets the font that will be initially used by the font dialog. This should have
 previously been set by the application.
 
 
 \func{wxFont}{GetInitialFont}{\void}
 
 Gets the font that will be initially used by the font dialog. This should have
 previously been set by the application.
 
-\membersection{wxFontData::GetShowHelp}
+\membersection{wxFontData::GetShowHelp}\label{wxfontdatagetshowhelp}
 
 \func{bool}{GetShowHelp}{\void}
 
 
 \func{bool}{GetShowHelp}{\void}
 
@@ -88,7 +88,7 @@ Returns true if the Help button will be shown (Windows only).
 
 The default value is false.
 
 
 The default value is false.
 
-\membersection{wxFontData::SetAllowSymbols}
+\membersection{wxFontData::SetAllowSymbols}\label{wxfontdatasetallowsymbols}
 
 \func{void}{SetAllowSymbols}{\param{bool}{ allowSymbols}}
 
 
 \func{void}{SetAllowSymbols}{\param{bool}{ allowSymbols}}
 
@@ -97,13 +97,13 @@ effect on other platforms.
 
 The default value is true.
 
 
 The default value is true.
 
-\membersection{wxFontData::SetChosenFont}
+\membersection{wxFontData::SetChosenFont}\label{wxfontdatasetchosenfont}
 
 \func{void}{SetChosenFont}{\param{const wxFont\& }{font}}
 
 Sets the font that will be returned to the user (for internal use only).
 
 
 \func{void}{SetChosenFont}{\param{const wxFont\& }{font}}
 
 Sets the font that will be returned to the user (for internal use only).
 
-\membersection{wxFontData::SetColour}
+\membersection{wxFontData::SetColour}\label{wxfontdatasetcolour}
 
 \func{void}{SetColour}{\param{const wxColour\&}{ colour}}
 
 
 \func{void}{SetColour}{\param{const wxColour\&}{ colour}}
 
@@ -111,13 +111,13 @@ Sets the colour that will be used for the font foreground colour.
 
 The default colour is black.
 
 
 The default colour is black.
 
-\membersection{wxFontData::SetInitialFont}
+\membersection{wxFontData::SetInitialFont}\label{wxfontdatasetinitialfont}
 
 \func{void}{SetInitialFont}{\param{const wxFont\&}{font}}
 
 Sets the font that will be initially used by the font dialog.
 
 
 \func{void}{SetInitialFont}{\param{const wxFont\&}{font}}
 
 Sets the font that will be initially used by the font dialog.
 
-\membersection{wxFontData::SetRange}
+\membersection{wxFontData::SetRange}\label{wxfontdatasetrange}
 
 \func{void}{SetRange}{\param{int}{ min}, \param{int}{ max}}
 
 
 \func{void}{SetRange}{\param{int}{ min}, \param{int}{ max}}
 
@@ -125,7 +125,7 @@ Sets the valid range for the font point size (Windows only).
 
 The default is 0, 0 (unrestricted range).
 
 
 The default is 0, 0 (unrestricted range).
 
-\membersection{wxFontData::SetShowHelp}
+\membersection{wxFontData::SetShowHelp}\label{wxfontdatasetshowhelp}
 
 \func{void}{SetShowHelp}{\param{bool}{ showHelp}}
 
 
 \func{void}{SetShowHelp}{\param{bool}{ showHelp}}
 
@@ -133,7 +133,7 @@ Determines whether the Help button will be displayed in the font dialog (Windows
 
 The default value is false.
 
 
 The default value is false.
 
-\membersection{wxFontData::operator $=$}
+\membersection{wxFontData::operator $=$}\label{wxfontdataassign}
 
 \func{void}{operator $=$}{\param{const wxFontData\&}{ data}}
 
 
 \func{void}{operator $=$}{\param{const wxFontData\&}{ data}}
 
@@ -162,7 +162,7 @@ This class represents the font chooser dialog.
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
-\membersection{wxFontDialog::wxFontDialog}
+\membersection{wxFontDialog::wxFontDialog}\label{wxfontdialogctor}
 
 \func{}{wxFontDialog}{\void}
 
 
 \func{}{wxFontDialog}{\void}
 
@@ -188,13 +188,13 @@ 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.
 
 default constructor. Returns {\tt true} on success and {\tt false} if an error
 occured.
 
-\membersection{wxFontDialog::\destruct{wxFontDialog}}
+\membersection{wxFontDialog::\destruct{wxFontDialog}}\label{wxfontdialogdtor}
 
 \func{}{\destruct{wxFontDialog}}{\void}
 
 Destructor.
 
 
 \func{}{\destruct{wxFontDialog}}{\void}
 
 Destructor.
 
-\membersection{wxFontDialog::GetFontData}
+\membersection{wxFontDialog::GetFontData}\label{wxfontdialoggetfontdata}
 
 \constfunc{const wxFontData\&}{GetFontData}{\void}
 
 
 \constfunc{const wxFontData\&}{GetFontData}{\void}
 
@@ -202,7 +202,7 @@ Destructor.
 
 Returns the \helpref{font data}{wxfontdata} associated with the font dialog.
 
 
 Returns the \helpref{font data}{wxfontdata} associated with the font dialog.
 
-\membersection{wxFontDialog::ShowModal}
+\membersection{wxFontDialog::ShowModal}\label{wxfontdialogshowmodal}
 
 \func{int}{ShowModal}{\void}
 
 
 \func{int}{ShowModal}{\void}