#643 Hide/unhide programatically

This commit is contained in:
Chris Lee
2020-06-27 12:02:00 +00:00
parent 78313502d3
commit 3bdb0e03f2
5 changed files with 157 additions and 16 deletions

View File

@@ -203,8 +203,8 @@ Button *click_button(Panel *panel, int x, int y);
void autohide_show(void *p);
void autohide_hide(void *p);
void autohide_trigger_show(Panel *p);
void autohide_trigger_hide(Panel *p);
void autohide_trigger_show(Panel *p, bool forced);
void autohide_trigger_hide(Panel *p, bool forced);
const char *get_default_font();