Add another stub function to the titlebar class

This commit is contained in:
Chris Jones 2009-08-19 19:01:11 +01:00
parent 326bb4fa94
commit d17981b581
1 changed files with 4 additions and 0 deletions

View File

@ -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)