From: Vadim Zeitlin Date: Sat, 13 Oct 2012 22:50:19 +0000 (+0000) Subject: Remove mention of "listbox callback" from wxListBox documentation. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/c68f710526bab0156d3d1a131edcfa7614d3c1d0 Remove mention of "listbox callback" from wxListBox documentation. This is probably a left over from wxWidgets 1.x. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@72659 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index 21e61a20c7..12afc762a9 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -26,9 +26,6 @@ items. - A listbox callback gets an event @c wxEVT_COMMAND_LISTBOX_SELECTED for - single clicks, and @c wxEVT_COMMAND_LISTBOX_DOUBLECLICKED for double clicks. - @beginStyleTable @style{wxLB_SINGLE} Single-selection list.