implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Feb 2008 16:03:23 +0000 (16:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Feb 2008 16:03:23 +0000 (16:03 +0000)
commit0d29a4828eb4404ac69f29c7d82e2ea3292c6501
treec6698279f150993af5f80d803763efe0a34f1ac8
parent067fd8b47ea5e063723eb55820cd2c320fe9f60b
implement wxListBox::EnsureVisible() in wxGTK; add a test for it to the widgets sample

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