![]() |
Python_2
1.0
|
Creates a digital clock in a separate thread, so the application using it does not stop. More...
Classes | |
class | digitalClock |
Displays in a label the current time. More... | |
class | EntryWithIntVar |
Create an entry and its associate StringVar. More... | |
class | makeThread |
Creates a new thread. More... | |
Functions | |
def | main (argv=None) |
Main program for testing. More... | |
Creates a digital clock in a separate thread, so the application using it does not stop.
def digitalClock.main | ( | argv = None | ) |
Main program for testing.
argv | if set 'True', sets the "use thread" flag. |