python - What is Tkinter's tkapp? -
i'm using tkinter in python, , trying create code run when text box's value changed. code find online uses mysterious tk
member of tkinter widgets, , can't find documentation on it! found it's of type tkapp
, there's no documentation on either.
where can find decent resource explains me workings of mysterious thing? (even better, can find documentation on tkinter? can find tutorials).
probably best single resource tkinter this page in python.org wiki. there documentation in python library reference (for 2.7 , 3.2). unfortunately, because of tkinter wrapper around existing tk functionality, lot of documentation tkinter assumes know tk reading tk documentation important, too.
Comments
Post a Comment