[gnome-games/wip/exalm/unified-window: 8/26] ui-view: Remove title_bar property
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-games/wip/exalm/unified-window: 8/26] ui-view: Remove title_bar property
- Date: Fri, 10 Apr 2020 18:11:33 +0000 (UTC)
commit abe049c081eedfcf78fb31553fdb041f999edea6
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Fri Apr 10 02:51:55 2020 +0500
    ui-view: Remove title_bar property
 src/ui/collection-view.vala | 4 ----
 src/ui/display-view.vala    | 4 ----
 src/ui/ui-view.vala         | 2 --
 3 files changed, 10 deletions(-)
---
diff --git a/src/ui/collection-view.vala b/src/ui/collection-view.vala
index a22f7836..3eaff69d 100644
--- a/src/ui/collection-view.vala
+++ b/src/ui/collection-view.vala
@@ -12,10 +12,6 @@ private class Games.CollectionView : Object, UiView {
                get { return box; }
        }
 
-       public Gtk.Widget title_bar {
-               get { return header_bar; }
-       }
-
        private bool _is_view_active;
        public bool is_view_active {
                get { return _is_view_active; }
diff --git a/src/ui/display-view.vala b/src/ui/display-view.vala
index 0fdaf734..883289ee 100644
--- a/src/ui/display-view.vala
+++ b/src/ui/display-view.vala
@@ -12,10 +12,6 @@ private class Games.DisplayView : Object, UiView {
                get { return box; }
        }
 
-       public Gtk.Widget title_bar {
-               get { return header_bar; }
-       }
-
        private bool _is_view_active;
        public bool is_view_active {
                get { return _is_view_active; }
diff --git a/src/ui/ui-view.vala b/src/ui/ui-view.vala
index f5e19ab0..1d20c00c 100644
--- a/src/ui/ui-view.vala
+++ b/src/ui/ui-view.vala
@@ -3,8 +3,6 @@
 private interface Games.UiView : Object {
        public abstract Gtk.Widget content_box { get; }
 
-       public abstract Gtk.Widget title_bar { get; }
-
        public abstract bool is_view_active { get; set; }
 
        public abstract bool on_button_pressed (Gdk.EventButton event);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]