wxTLW::SetLeft/RightMenu of smart phones documented.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-09-29 09:46:26 +00:00
parent 81ce36aa59
commit 9ca7505f12

View File

@@ -189,6 +189,46 @@ only icon set by \helpref{SetIcon}{wxtoplevelwindowseticon}.
\helpref{wxIconBundle}{wxiconbundle}.
\membersection{wxTopLevelWindow::SetLeftMenu}\label{wxtoplevelwindowsetleftmenu}
\func{void}{SetLeftMenu}{\param{int}{ id = wxID_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}}
Sets action or menu activated by pressing left hardware button on the smart phones.
Unavailable on full keyboard machines.
\wxheading{Parameters}
\docparam{id}{Identifier for this button.}
\docparam{label}{Text to be displayed on the screen area dedicated to this hardware button.}
\docparam{subMenu}{The menu to be opened after pressing this hardware button.}
\wxheading{See also}
\helpref{wxTopLevelWindow::SetRightMenu}{wxtoplevelwindowsetrightmenu}.
\membersection{wxTopLevelWindow::SetRightMenu}\label{wxtoplevelwindowsetrightmenu}
\func{void}{SetRightMenu}{\param{int}{ id = wxID_ANY}, \param{const wxString\&}{ label = wxEmptyString}, \param{wxMenu *}{ subMenu = NULL}}
Sets action or menu activated by pressing right hardware button on the smart phones.
Unavailable on full keyboard machines.
\wxheading{Parameters}
\docparam{id}{Identifier for this button.}
\docparam{label}{Text to be displayed on the screen area dedicated to this hardware button.}
\docparam{subMenu}{The menu to be opened after pressing this hardware button.}
\wxheading{See also}
\helpref{wxTopLevelWindow::SetLeftMenu}{wxtoplevelwindowsetleftmenu}.
\membersection{wxTopLevelWindow::SetShape}\label{wxtoplevelwindowsetshape}
\func{bool}{SetShape}{\param{const wxRegion\&}{ region}}