Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/Key.py
blob: 2ed1ce0c00a04e69f4da69e3e02c6f1bb70c0516 (plain)
1
2
3
4
5
6
7
8
9
10
11
import pygtk
pygtk.require('2.0')
import gtk

class Key(gtk.Widget):
    def __init__(self, text, rectangle):
        self.text = text
        self.specs = rectangle