feat(custom): update on click/scroll

This commit is contained in:
Alex
2019-05-18 16:07:55 +02:00
parent d5e8a37e63
commit ff28de0482
2 changed files with 14 additions and 0 deletions

View File

@ -22,6 +22,8 @@ class Custom : public ALabel {
void continuousWorker();
void parseOutputRaw();
void parseOutputJson();
bool handleScroll(GdkEventScroll* e);
bool handleToggle(GdkEventButton* const& e);
const std::string name_;
std::string text_;