Mercurial > code > home > repos > light9
comparison flax/KeyboardComposer.py @ 122:2ed9bfd1dd0e
I totally wrecked Timeline so that it can run the show. (I hope it can
I totally wrecked Timeline so that it can run the show. (I hope it can
at least do that.) Sleepy...
author | dmcc |
---|---|
date | Fri, 13 Jun 2003 15:06:14 +0000 |
parents | 0c619695d6c6 |
children | 7e91c49fb2d6 |
comparison
equal
deleted
inserted
replaced
121:2f48cb9219ed | 122:2ed9bfd1dd0e |
---|---|
58 # what a hack! | 58 # what a hack! |
59 downkey = downkey.replace('semicolon', ';') | 59 downkey = downkey.replace('semicolon', ';') |
60 | 60 |
61 # another what a hack! | 61 # another what a hack! |
62 keylabel = Label(keyhintrow, text='%s\n%s' % (upkey, downkey), | 62 keylabel = Label(keyhintrow, text='%s\n%s' % (upkey, downkey), |
63 width=3, font=('Arial Bold', 12), bg='red', fg='white') | 63 width=3, font=('Arial', 12), bg='red', fg='white') |
64 keylabel.pack(side=LEFT, expand=1, fill=X) | 64 keylabel.pack(side=LEFT, expand=1, fill=X) |
65 col += 1 | 65 col += 1 |
66 | 66 |
67 keyhintrow.pack(fill=X, expand=0) | 67 keyhintrow.pack(fill=X, expand=0) |
68 self.keyhints = keyhintrow | 68 self.keyhints = keyhintrow |