utility methods

This commit is contained in:
devZoGok
2023-08-13 12:12:25 +03:00
parent 576350502b
commit dcb243d737
+3
View File
@@ -31,6 +31,9 @@ namespace vb01Gui{
void removeAllCheckboxes();
void removeAllSliders();
void removeAllTextboxes();
inline std::vector<Button*> getButtons(){return buttons;}
inline std::vector<Listbox*> getListboxes(){return listboxes;}
inline std::vector<Textbox*> getTextboxes(){return textboxes;}
private:
void updateCurrentListbox(vb01Gui::Button*, bool&);
void updateCurrentSlider(vb01Gui::Button*);