add a stub function to the titlebar
This commit is contained in:
parent
93d8118c33
commit
f136b6d78e
|
@ -21,6 +21,10 @@ class Titlebar(gtk.EventBox):
|
|||
"""Connect the supplied function to clicking on the group icon"""
|
||||
pass
|
||||
|
||||
def update(self):
|
||||
"""Update our contents"""
|
||||
pass
|
||||
|
||||
def update_terminal_size(self, width, height):
|
||||
"""Update the displayed terminal size"""
|
||||
pass
|
||||
|
|
Loading…
Reference in New Issue