Allow scrolling on the entire bar surface

This commit is contained in:
RX14
2019-05-16 22:18:43 +01:00
parent a1ffa7fa9f
commit b45dcdf74e
3 changed files with 34 additions and 1 deletions

View File

@ -55,6 +55,7 @@ class Bar {
void setMarginsAndZone(uint32_t height, uint32_t width);
auto setupWidgets() -> void;
void getModules(const Factory &, const std::string &);
bool handleScroll(GdkEventScroll*);
void setupAltFormatKeyForModule(const std::string &module_name);
void setupAltFormatKeyForModuleList(const char *module_list_name);