]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/listbox.cpp
fixed client area handling for wxFrame/Univ
[wxWidgets.git] / src / motif / listbox.cpp
index 6587b742b2ceeee6a77e7aa02be505105eaaa458..8b25c36f2a3ca3f5d1d82f7f01bd4265f47ba11a 100644 (file)
@@ -414,7 +414,7 @@ void wxListBox::SetSelection(int N, bool select)
     m_inSetValue = FALSE;
 }
 
-bool wxListBox::Selected(int N) const
+bool wxListBox::IsSelected(int N) const
 {
     // In Motif, no simple way to determine if the item is selected.
     wxArrayInt theSelections;