feat: selectbox options context menu

This commit is contained in:
MihailRis
2025-06-27 22:50:47 +03:00
parent 3571d0c902
commit e648703f7c
4 changed files with 59 additions and 0 deletions
+4
View File
@@ -22,5 +22,9 @@ namespace gui {
int contentWidth,
const glm::vec4& padding
);
void setSelected(const Element& selected);
void drawBackground(const DrawContext& pctx, const Assets&) override;
};
}