WIP sni dbus-menu support.

This commit is contained in:
topisani
2018-10-04 18:03:01 +02:00
parent 0eee8eade7
commit 108b1092e5
8 changed files with 112 additions and 75 deletions

View File

@ -11,7 +11,8 @@ class Item {
~Item();
int icon_size;
int effective_icon_size;
Gtk::Image* image;
Gtk::Widget* widget = nullptr;
Gtk::Image* image = nullptr;
std::string category;
std::string id;
std::string status;