refactor(builder): Action wrapped labels
This commit is contained in:
parent
e1dbd98c40
commit
22140f7db9
4 changed files with 38 additions and 49 deletions
include/components
|
@ -52,6 +52,7 @@ class builder {
|
|||
void underline(const string& color = "");
|
||||
void underline_close();
|
||||
void cmd(mousebtn index, string action, bool condition = true);
|
||||
void cmd(mousebtn index, string action, const label_t& label);
|
||||
void cmd_close(bool condition = true);
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue