added wxGetTopLevelParent()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15217 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -120,6 +120,7 @@ the corresponding topic.
|
||||
\helpref{wxGetSingleChoice}{wxgetsinglechoice}\\
|
||||
\helpref{wxGetTempFileName}{wxgettempfilename}\\
|
||||
\helpref{wxGetTextFromUser}{wxgettextfromuser}\\
|
||||
\helpref{wxGetTopLevelParent}{wxgettoplevelparent}\\
|
||||
\helpref{wxGetTranslation}{wxgettranslation}\\
|
||||
\helpref{wxGetUTCTime}{wxgetutctime}\\
|
||||
\helpref{wxGetUserHome}{wxgetuserhome}\\
|
||||
@@ -2233,6 +2234,17 @@ See also \helpref{wxWriteResource}{wxwriteresource}, \helpref{wxConfigBase}{wxco
|
||||
|
||||
<wx/utils.h>
|
||||
|
||||
\membersection{::wxGetTopLevelParent}\label{wxgettoplevelparent}
|
||||
|
||||
\func{wxWindow *}{wxGetTopLevelParent}{\param{wxWindow }{*win}}
|
||||
|
||||
Returns the first top level parent of the given window, or in other words, the
|
||||
frame or dialog containing it, or {\tt NULL}.
|
||||
|
||||
\wxheading{Include files}
|
||||
|
||||
<wx/window.h>
|
||||
|
||||
\membersection{::wxLoadUserResource}\label{wxloaduserresource}
|
||||
|
||||
\func{wxString}{wxLoadUserResource}{\param{const wxString\& }{resourceName}, \param{const wxString\& }{resourceType=``TEXT"}}
|
||||
|
Reference in New Issue
Block a user