From: Włodzimierz Skiba Date: Wed, 29 Sep 2004 09:46:26 +0000 (+0000) Subject: wxTLW::SetLeft/RightMenu of smart phones documented. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9ca7505f1243ed1d2a2012caa09a52d41115c069 wxTLW::SetLeft/RightMenu of smart phones documented. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29534 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/latex/wx/tlw.tex b/docs/latex/wx/tlw.tex index be43aa4c93..994c4f245d 100644 --- a/docs/latex/wx/tlw.tex +++ b/docs/latex/wx/tlw.tex @@ -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}}