~midori/midori/moreBeans

« back to all changes in this revision

Viewing changes to midori/midori-tab.vala

  • Committer: Christian Dywan
  • Date: 2015-06-21 18:05:52 UTC
  • Revision ID: christian.dywan@canonical.com-20150621180552-27fgmvlx0gfiqfda
HSTS and Minimized Tabs implemented with activatables

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
        NETWORK
43
43
    }
44
44
 
 
45
    public interface TabActivatable : GLib.Object {
 
46
        public abstract Midori.Tab tab { owned get; set; }
 
47
 
 
48
        public abstract void created (string uri);
 
49
    }
 
50
 
45
51
    public class Tab : Gtk.VBox {
46
52
        public Tab related { get; set construct; }
47
53
        public WebKit.WebView web_view { get; private set; }