Skip to content

Commit

Permalink
Add tabs definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserBarbarossa committed Apr 22, 2021
1 parent 37fce91 commit a755797
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 @@ -171,6 +171,18 @@ class Browser(Gtk.Window):
with open(conf_file, 'w') as configfile:
config.write(configfile)

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 not url.startswith(':'):
Expand Down

0 comments on commit a755797

Please sign in to comment.