Radio option.

This commit is contained in:
Dario
2025-01-19 15:50:06 -03:00
committed by Mr-Wiseguy
parent 0a33cf03ef
commit 6f2ea9db63
9 changed files with 168 additions and 38 deletions
-3
View File
@@ -4,9 +4,6 @@
namespace recompui {
static const std::string_view hover_state = "hover";
static const std::string_view disabled_state = "disabled";
Button::Button(const std::string &text, ButtonStyle style, Element *parent) : Element(parent, Events(EventType::Click, EventType::Hover, EventType::Enable), "button") {
this->style = style;