]> git.saurik.com Git - wxWidgets.git/commit - include/wx/aui/auibar.h
Disallow drop downs on AUI check buttons.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Nov 2012 12:40:47 +0000 (12:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 10 Nov 2012 12:40:47 +0000 (12:40 +0000)
commit72ae0b51698f88982c18eb5175b509c4ea066706
treed6bc86098d9fb0744c7d8cd8aac9f17c38708bc6
parent75b2220ebaf4b922be747a16c8cc7d7dfdac0fad
Disallow drop downs on AUI check buttons.

This doesn't make much sense and disallowing it makes check items consistent
with radio ones as previously you could set up a dropdown for the former but
not for the latter.

Also update the documentation of the relevant methods.

Closes #14795.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/aui/auibar.h
interface/wx/aui/auibar.h
src/aui/auibar.cpp