1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-19 20:38:08 +01:00

- a few simplifications and cleanups in the WINGs python code

This commit is contained in:
dan
2003-02-20 23:02:28 +00:00
parent 40111188ec
commit 56f73aa4b9
2 changed files with 18 additions and 37 deletions

View File

@@ -93,7 +93,7 @@ if __name__ == "__main__":
txtdel.didEndEditing = dee
txtdel.didChange = dc
txt = WMTextField(win, "abc")
txt = WMTextField(win)
txt.resize(95, 20)
txt.move(295, 20)
txt.setDelegate(txtdel)