]> git.saurik.com Git - wxWidgets.git/commitdiff
added wxGetFontFromUser docs and links to it and wxGetColourFromUser from elsewhere
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2002 17:52:01 +0000 (17:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2002 17:52:01 +0000 (17:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13722 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/colordlg.tex
docs/latex/wx/fontdlg.tex
docs/latex/wx/function.tex

index 1d0a57e4f3fa368c546cc334eaa0b30b0ff87e0d..f7f00a9b4b729d68b1a85b34cfc989ca2dd8a176 100644 (file)
@@ -15,7 +15,10 @@ This class represents the colour chooser dialog.
 
 \wxheading{See also}
 
-\helpref{wxColourDialog Overview}{wxcolourdialogoverview}, \helpref{wxColour}{wxcolour}, \helpref{wxColourData}{wxcolourdata}
+\helpref{wxColourDialog Overview}{wxcolourdialogoverview},\\
+\helpref{wxColour}{wxcolour},\\
+\helpref{wxColourData}{wxcolourdata},\\
+\helpref{wxGetColourFromUser}{wxgetcolourfromuser}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
index dc3a0549e621aa2e570ba53495c80d7df34927f8..6af8c9c6d016e3a2ccfb0fe758288ad0e05e3f06 100644 (file)
@@ -159,7 +159,9 @@ This class represents the font chooser dialog.
 
 \wxheading{See also}
 
-\helpref{Overview}{wxfontdialogoverview}, \helpref{wxFontData}{wxfontdata}
+\helpref{Overview}{wxfontdialogoverview},\\
+\helpref{wxFontData}{wxfontdata},\\
+\helpref{wxGetFontFromUser}{wxgetfontfromuser}
 
 \latexignore{\rtfignore{\wxheading{Members}}}
 
index 2fcf6714de89bea6c5ee9cbdde68e21c7c3cbb00..7ff85d8c5145fc5d8ec0cc5eeaf64e28dd3ecf0b 100644 (file)
@@ -89,6 +89,7 @@ the corresponding topic.
 \helpref{wxGetElapsedTime}{wxgetelapsedtime}\\
 \helpref{wxGetEmailAddress}{wxgetemailaddress}\\
 \helpref{wxGetEnv}{wxgetenv}\\
+\helpref{wxGetFontFromUser}{wxgetfontfromuser}\\
 \helpref{wxGetFreeMemory}{wxgetfreememory}\\
 \helpref{wxGetFullHostName}{wxgetfullhostname}\\
 \helpref{wxGetHomeDir}{wxgethomedir}\\
@@ -1348,6 +1349,25 @@ is valid) if the dialog was cancelled.
 
 <wx/colordlg.h>
 
+\membersection{::wxGetFontFromUser}\label{wxgetfontfromuser}
+
+\func{wxFont}{wxGetFontFromUser}{\param{wxWindow *}{parent}, \param{const wxFont\& }{fontInit}}
+
+Shows the font selection dialog and returns the font selected by user or
+invalid font (use \helpref{wxFont::Ok}{wxfontok} to test whether a font
+is valid) if the dialog was cancelled.
+
+\wxheading{Parameters}
+
+\docparam{parent}{The parent window for the colour selection dialog}
+
+\docparam{fontInit}{If given, this will be the font initially selected in the dialog.}
+
+\wxheading{Include files}
+
+<wx/fontdlg.h>
+
+
 \membersection{::wxGetMultipleChoices}\label{wxgetmultiplechoices}
 
 \func{size\_t}{wxGetMultipleChoices}{\\