Add another stub function to the titlebar class
This commit is contained in:
parent
326bb4fa94
commit
d17981b581
|
@ -21,4 +21,8 @@ class Titlebar(gtk.EventBox):
|
|||
"""Connect the supplied function to clicking on the group icon"""
|
||||
pass
|
||||
|
||||
def update_terminal_size(self, width, height):
|
||||
"""Update the displayed terminal size"""
|
||||
pass
|
||||
|
||||
gobject.type_register(Titlebar)
|
||||
|
|
Loading…
Reference in New Issue