]> git.saurik.com Git - wxWidgets.git/commit
Derive wxCheckListBox from wxCheckListBoxBase in wxGTK.
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2013 11:18:50 +0000 (11:18 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 21 Jan 2013 11:18:50 +0000 (11:18 +0000)
commit0444602e4628658d0cdb8192ff913ce7e90ed9b3
tree09be8e7a4802276682420de59e38933fd521e274
parentc18621dd43b4b540d91145d25fcf3504c5f663a3
Derive wxCheckListBox from wxCheckListBoxBase in wxGTK.

This ensures that any methods defined in wxCheckListBoxBase will be available
in wxGTK wxCheckListBox too.

See #14969.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73421 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/gtk/checklst.h
src/gtk/checklst.cpp