Python_2  1.0
Classes | Functions
digitalClock Namespace Reference

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...
 

Detailed Description

Creates a digital clock in a separate thread, so the application using it does not stop.

Author
Paulo Roma
Since
17/07/2012
See also
http://eli.thegreenplace.net/2009/06/12/safely-using-destructors-in-python

Function Documentation

◆ main()

def digitalClock.main (   argv = None)

Main program for testing.

Parameters
argvif set 'True', sets the "use thread" flag.