It would be really nice to be able to add textures to UIDropdowns. This could be a separate UITextureDropdown class.
texture_button = smth.add(UITextureButton(text=..., width=..., height=..., texture=..., texture_hovered=...))
another_texture_button = ...
texture_dropdown = smth1.add(UITextureDropdown(x=..., y=..., button=texture_button, button_active=another_texture_button))
It would be really nice to be able to add textures to UIDropdowns. This could be a separate UITextureDropdown class.
Example: