TabGramplet needs get_title method
svn: r16942
This commit is contained in:
parent
e0a0218c21
commit
4e4759112c
@ -497,6 +497,9 @@ class TabGramplet(gtk.ScrolledWindow, GuiGramplet):
|
|||||||
self.show_all()
|
self.show_all()
|
||||||
self.track = []
|
self.track = []
|
||||||
|
|
||||||
|
def get_title(self):
|
||||||
|
return self.title
|
||||||
|
|
||||||
def get_container_widget(self):
|
def get_container_widget(self):
|
||||||
"""
|
"""
|
||||||
Return the top level container widget.
|
Return the top level container widget.
|
||||||
|
Loading…
Reference in New Issue
Block a user