Skip to content

Commit

Permalink
Add tabs definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserBarbarossa committed Jul 3, 2021
1 parent 69ea3a0 commit cab2b77
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions mybrowse
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,18 @@ class Browser(Gtk.Window):
except KeyError:
pass

def tab_changed(self, tabbar, current_page, index):



def create_tab(self):


def close_tab(self, widget):

def new_tab(self, widget):


def change_url(self, widget):
url = self.addressbar.get_text()
if url == ':back' or url == ':undo' or url == ':u':
Expand Down

0 comments on commit cab2b77

Please sign in to comment.