]> git.saurik.com Git - wxWidgets.git/commitdiff
added remark about wxMENU_TEAROFF being wxGTK only
authorVáclav Slavík <vslavik@fastmail.fm>
Wed, 11 Apr 2001 18:00:49 +0000 (18:00 +0000)
committerVáclav Slavík <vslavik@fastmail.fm>
Wed, 11 Apr 2001 18:00:49 +0000 (18:00 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9724 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/menu.tex

index 2537457c0acd814a19f9f4492b92f54ee75737c9..91f540d1ea066646d413583b347d74172790dee5 100644 (file)
@@ -51,7 +51,7 @@ Constructs a wxMenu object.
 
 \docparam{title}{A title for the popup menu: the empty string denotes no title.}
 
-\docparam{style}{If set to {\tt wxMENU\_TEAROFF}, the menu will be detachable.}
+\docparam{style}{If set to {\tt wxMENU\_TEAROFF}, the menu will be detachable (wxGTK only).}
 
 \func{}{wxMenu}{\param{long}{ style}}
 
@@ -59,7 +59,7 @@ Constructs a wxMenu object.
 
 \wxheading{Parameters}
 
-\docparam{style}{If set to {\tt wxMENU\_TEAROFF}, the menu will be detachable.}
+\docparam{style}{If set to {\tt wxMENU\_TEAROFF}, the menu will be detachable (wxGTK only).}
 
 \membersection{wxMenu::\destruct{wxMenu}}