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"""
|
"""Connect the supplied function to clicking on the group icon"""
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def update(self):
|
||||||
|
"""Update our contents"""
|
||||||
|
pass
|
||||||
|
|
||||||
def update_terminal_size(self, width, height):
|
def update_terminal_size(self, width, height):
|
||||||
"""Update the displayed terminal size"""
|
"""Update the displayed terminal size"""
|
||||||
pass
|
pass
|
||||||
|
|
Loading…
Reference in New Issue