Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rafael Peretti Pezzi
OpenFlatus
047de43215f81782deb73c9b6afeeb30b1aa7f2d
047de43215f81782deb73c9b6afeeb30b1aa7f2d
Switch branch/tag
OpenFlatus
teste.py
Find file
Normal view
History
Permalink
teste.py
95 Bytes
Newer
Older
Adição dinamica de elementos e canvas para perfil de concentração
Matheus Müller
committed
Sep 09, 2011
1
2
3
4
5
6
7
8
from
Ewindow
import
*
root
=
tk
.
Tk
()
root
.
maxsize
(
800
,
600
)
ewin_build
(
root
)
root
.
mainloop
()