A bunch of minor changes:
commit37b6c9aa4b78df871899500cef418c4ab12c368c
authorwalter_l <walter_l@54714841-351b-0410-a198-e36a94b762f5>
Wed, 18 Jun 2008 11:11:41 +0000 (18 11:11 +0000)
committerwalter_l <walter_l@54714841-351b-0410-a198-e36a94b762f5>
Wed, 18 Jun 2008 11:11:41 +0000 (18 11:11 +0000)
tree220c63ec94e14c62888b362224ee925bcf7f296d
parent45a09d29bcdef87862a480120970eed340b7c496
A bunch of minor changes:
- Named btn_ok in the Glade file correctly (was "button3").
(The rest of these are from edit_area.py)
- Added docstring for EditArea.on_surface_form_selected.
- Fixed EditArea.select_root() to automatically select its part of speech.
- Added btn_ok as a widget.
- Created and connected empty handlers for buttons' clicked events.
- Moved all signal connections to a new method __connect_signals.
- Moved EditArea.__match_{pos,root} back to "METHODS" part of the class, seeing
  as it's not really event handlers.

git-svn-id: http://translate.svn.sourceforge.net/svnroot/translate/src/trunk/spelt@7552 54714841-351b-0410-a198-e36a94b762f5
share/spelt/spelt.glade
spelt/gui/edit_area.py