Skip to content

Commit

Permalink
Add tabs definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserBarbarossa committed Jun 15, 2021
1 parent 3cfb00b commit f7d6660
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 @@ -192,6 +192,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 f7d6660

Please sign in to comment.