22 #ifndef GUI_WIDGETS_EXTENDEDLISTBOX_H
23 #define GUI_WIDGETS_EXTENDEDLISTBOX_H
36 const std::string &skin,
37 const unsigned int rowHeight);
std::vector< ExtendedListBoxItem > mListItems
void safeDraw(Graphics *const graphics)
void draw(Graphics *const graphics)
std::vector< ExtendedListBoxItem > mSelectedItems
int getSelectionByMouse(const int y) const
ExtendedListBox(const Widget2 *const widget, ListModel *const listModel, const std::string &skin, const unsigned int rowHeight)
#define A_DELETE_COPY(func)