]> git.saurik.com Git - wxWidgets.git/commitdiff
mention that SetItemToolTip() is for wxMSW and wxGTK2 only
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 May 2006 23:31:47 +0000 (23:31 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 4 May 2006 23:31:47 +0000 (23:31 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@39040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/radiobox.tex

index c322e7932986da961a017343015c604a32089126..31db278c1d20d366edaab2ebcdbefbbe707a26cd 100644 (file)
@@ -345,6 +345,9 @@ a wxEVT\_COMMAND\_RADIOBOX\_SELECTED event to get emitted.
 
 Sets the tooltip text for the specified item in the radio group.
 
+{\bf Platform note:} Currently only implemented in wxMSW and wxGTK2 and does
+nothing in the other ports.
+
 \wxheading{Parameters}
 
 \docparam{item}{Index of the item the tooltip will be shown for.}