| 402 | } |
| 403 | |
| 404 | S32 GuiListBoxCtrl::getSelCount() |
| 405 | { |
| 406 | return mSelectedItems.size(); |
| 407 | } |
| 408 | |
| 409 | DefineEngineMethod( GuiListBoxCtrl, getSelectedItem, S32, (),, |
| 410 | "@brief Returns the selected items index or -1 if none selected. If multiple selections exist it returns the first selected item. \n\n" |