Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/components/TInterpreterTextArea.py
diff options
context:
space:
mode:
Diffstat (limited to 'components/TInterpreterTextArea.py')
-rw-r--r--components/TInterpreterTextArea.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/components/TInterpreterTextArea.py b/components/TInterpreterTextArea.py
new file mode 100644
index 0000000..6b81c28
--- /dev/null
+++ b/components/TInterpreterTextArea.py
@@ -0,0 +1,10 @@
+from components.TInterpreterCommonControl import TInterpreterCommonControl
+import pygtk
+pygtk.require('2.0')
+import gtk
+__author__="Rodrigo"
+__date__ ="$26-sep-2012 10:50:05$"
+
+class TInterpreterTextArea(TInterpreterCommonControl, gtk.Entry):
+ def __init__(self):
+ super(TInterpreterTextArea, self).__init__() \ No newline at end of file