Fix wxGTK wxListBox::Append() to return correct
authorRobert Roebling <robert@roebling.de>
Sun, 11 Feb 2007 14:31:40 +0000 (14:31 +0000)
committerRobert Roebling <robert@roebling.de>
Sun, 11 Feb 2007 14:31:40 +0000 (14:31 +0000)
commitbe4bb86efdafbc00c8ebd57063b8b9550308ab84
treeae27bd9dc25e6ad318ea40781ca5c9da04bb2d6f
parentcb738b8baf4482fbaeac4dfdcb6dfcebb2f099ce
  Fix wxGTK wxListBox::Append() to return correct
    index (also for sorted list).
  Use wxControlWithItems::Insert(..) methods from
    wxListBox (can probably be removed).

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