update source windows when objfiles come or go

Fix #27
This commit is contained in:
Tom Tromey
2015-05-20 20:12:44 -06:00
parent 9e116896c6
commit 1ab13b05e5
2 changed files with 30 additions and 0 deletions

View File

@@ -189,3 +189,7 @@ class Toplevel(object):
@in_gtk_thread
def set_tab_width(self, width):
pass
@in_gtk_thread
def clear_source(self):
pass