From 285ef518c9f99349153581d9addba665ba3944eb Mon Sep 17 00:00:00 2001 From: necoro <> Date: Sun, 3 Dec 2006 19:13:44 +0000 Subject: Added console-status --- portato/gui/wrapper.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'portato/gui/wrapper.py') diff --git a/portato/gui/wrapper.py b/portato/gui/wrapper.py index def5c50..86f4efe 100644 --- a/portato/gui/wrapper.py +++ b/portato/gui/wrapper.py @@ -176,6 +176,12 @@ class Console: @type pty: file-descriptor""" raise NotImplementedError + def get_window_title (self): + """This should return the current title of the console. If this is not possible, it must return None. + + @returns: title of the console or None""" + raise NotImplementedError + def get_original(self): """Returns the original console-object. -- cgit v1.2.3-54-g00ecf