Improve favorites menu a bit
Compare changes
Files
2- Guido Gunther authored
We're using an eventbox to detect button press events. This can later be used for right click actions
+ 31
− 9
@@ -19,6 +19,7 @@
@@ -26,7 +27,8 @@ static guint signals[N_SIGNALS] = { 0 };
@@ -126,7 +128,7 @@ add_weston_terminal (PhoshFavorites *self)
@@ -140,14 +142,14 @@ favorites_changed (GSettings *settings,
@@ -164,6 +166,14 @@ draw_cb (GtkWidget *widget, cairo_t *cr, gpointer unused)
@@ -190,23 +200,32 @@ phosh_favorites_constructed (GObject *object)
@@ -238,6 +257,9 @@ phosh_favorites_class_init (PhoshFavoritesClass *klass)