Mercurial > getan
annotate .hgignore @ 276:dd575513ee1b
Add new State method set_focus
With most state changes a focus must be set to a different widget to receive the
keyinput. This change will allow to override the set_focus method which is
called when the State is created.
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Fri, 12 Apr 2013 09:37:40 +0200 |
parents | 4f7cb3693d20 |
children | c8310574ec92 |
rev | line source |
---|---|
29 | 1 syntax: glob |
2 | |
3 *.orig | |
4 *.rej | |
5 *~ | |
6 *.pyc | |
7 *.swp | |
8 \#*\# | |
9 .\#* | |
10 getan.log | |
11 time.db | |
75 | 12 tags |
178
3f1ffb879ee8
Update hgignore file
Björn Ricks <bjoern.ricks@intevation.de>
parents:
75
diff
changeset
|
13 getan.egg-info |
258
4f7cb3693d20
Ignore urwid subdirs in getan
Björn Ricks <bjoern.ricks@intevation.de>
parents:
178
diff
changeset
|
14 urwid* |