Added right-click labels to the pane tabs, and a follow/unfollow button. It still seems to work inconsistently.

This commit is contained in:
Anna
2010-04-14 14:24:40 -04:00
parent d572d8b8e9
commit 5f75520380
3 changed files with 55 additions and 7 deletions

View File

@ -145,15 +145,15 @@ class TweetPane(gtk.ScrolledWindow):
def get_following(self):
return following
return self.following
def set_following(self, following):
self.following = following
def is_user(self):
return is_user
def get_is_user(self):
return self.is_user
# To keep things simple elsewhere and improve code reuse
# we'll build a list of home-cooked Status objects out of results.