Missed labels to replace number of 'topicNNN' in anchors. Consistent use of -dtor/-ctor addition in anchors.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -75,43 +75,43 @@ to be shown, and not in idle time.
|
||||
|
||||
\latexignore{\rtfignore{\wxheading{Members}}}
|
||||
|
||||
\membersection{wxUpdateUIEvent::wxUpdateUIEvent}
|
||||
\membersection{wxUpdateUIEvent::wxUpdateUIEvent}\label{wxupdateuieventctor}
|
||||
|
||||
\func{}{wxUpdateUIEvent}{\param{wxWindowID }{commandId = 0}}
|
||||
|
||||
Constructor.
|
||||
|
||||
\membersection{wxUpdateUIEvent::m\_checked}
|
||||
\membersection{wxUpdateUIEvent::m\_checked}\label{wxupdateuieventmchecked}
|
||||
|
||||
\member{bool}{m\_checked}
|
||||
|
||||
true if the element should be checked, false otherwise.
|
||||
|
||||
\membersection{wxUpdateUIEvent::m\_enabled}
|
||||
\membersection{wxUpdateUIEvent::m\_enabled}\label{wxupdateuieventmenabled}
|
||||
|
||||
\member{bool}{m\_checked}
|
||||
|
||||
true if the element should be enabled, false otherwise.
|
||||
|
||||
\membersection{wxUpdateUIEvent::m\_setChecked}
|
||||
\membersection{wxUpdateUIEvent::m\_setChecked}\label{wxupdateuieventmsetchecked}
|
||||
|
||||
\member{bool}{m\_setChecked}
|
||||
|
||||
true if the application has set the {\bf m\_checked} member.
|
||||
|
||||
\membersection{wxUpdateUIEvent::m\_setEnabled}
|
||||
\membersection{wxUpdateUIEvent::m\_setEnabled}\label{wxupdateuieventmsetenabled}
|
||||
|
||||
\member{bool}{m\_setEnabled}
|
||||
|
||||
true if the application has set the {\bf m\_enabled} member.
|
||||
|
||||
\membersection{wxUpdateUIEvent::m\_setText}
|
||||
\membersection{wxUpdateUIEvent::m\_setText}\label{wxupdateuieventmsettext}
|
||||
|
||||
\member{bool}{m\_setText}
|
||||
|
||||
true if the application has set the {\bf m\_text} member.
|
||||
|
||||
\membersection{wxUpdateUIEvent::m\_text}
|
||||
\membersection{wxUpdateUIEvent::m\_text}\label{wxupdateuieventmtext}
|
||||
|
||||
\member{wxString}{m\_text}
|
||||
|
||||
|
Reference in New Issue
Block a user