adding a new keyword 'on-click-copy' that accepts a bool and copies to clipboard on true'
This commit is contained in:
@@ -26,6 +26,7 @@ class ALabel : public AModule {
|
||||
std::string default_format_;
|
||||
|
||||
bool handleToggle(GdkEventButton* const& e) override;
|
||||
void copyToClipboard(const std::string&);
|
||||
virtual std::string getState(uint8_t value, bool lesser = false);
|
||||
|
||||
std::map<std::string, GtkMenuItem*> submenus_;
|
||||
|
||||
Reference in New Issue
Block a user