add a stub function to the titlebar

This commit is contained in:
Chris Jones 2009-08-28 01:11:13 +01:00
parent 93d8118c33
commit f136b6d78e
1 changed files with 4 additions and 0 deletions

View File

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