Implemented dropdown items in wxToolBar for wxGTK.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46127 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2007-05-19 23:21:47 +00:00
parent 59678f3fae
commit fc6557a6f5
2 changed files with 153 additions and 3 deletions

View File

@@ -121,7 +121,7 @@ values:
next to it. Clicking the dropdown arrow sends a wxEVT\_COMMAND\_TOOL\_DROPDOWN\_CLICKED
event and may also display the menu previously associated with the item with
\helpref{wxToolBar::SetDropdownMenu}{wxtoolbarsetdropdownmenu}. Currently this
type of tools is only supported under MSW.}
type of tools is supported under MSW and GTK.}
\end{twocollist}
\wxheading{See also}