This commit is contained in:
John Doe
2019-03-03 21:35:32 +11:00
parent f47492c371
commit 737da3615f
2 changed files with 18 additions and 2 deletions

View File

@ -20,6 +20,7 @@ class Workspaces : public IModule {
private:
void worker();
void addWorkspace(const Json::Value&);
void onButtonReady(const Json::Value&, Gtk::Button&);
std::string getIcon(const std::string&, const Json::Value&);
bool handleScroll(GdkEventScroll*);
std::string getPrevWorkspace();