summaryrefslogtreecommitdiff
path: root/portato/gui/wrapper.py
diff options
context:
space:
mode:
authornecoro <>2006-12-03 19:13:44 +0000
committernecoro <>2006-12-03 19:13:44 +0000
commit285ef518c9f99349153581d9addba665ba3944eb (patch)
tree47a9690483df79708c2b6e8e0db1a5478ca64dbf /portato/gui/wrapper.py
parent5a10e6a94ac2b47d9c35a31a1c65f7249fd9b203 (diff)
downloadportato-285ef518c9f99349153581d9addba665ba3944eb.tar.gz
portato-285ef518c9f99349153581d9addba665ba3944eb.tar.bz2
portato-285ef518c9f99349153581d9addba665ba3944eb.zip
Added console-status
Diffstat (limited to 'portato/gui/wrapper.py')
-rw-r--r--portato/gui/wrapper.py6
1 files changed, 6 insertions, 0 deletions
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.