![]() |
Python_2
1.0
|
Classes | |
class | _08b_clock_bezier._hand |
Holds clock handles shape and size. More... | |
class | _08b_clock_bezier.makeThread |
Creates a new thread. More... | |
Namespaces | |
_08b_clock_bezier | |
This most entertaining program was written in Tcl/Tk by Scott Hess (shess). @win terne t.co m | |
Functions | |
def | _08b_clock_bezier.buildClock (e) |
def | _08b_clock_bezier.hands (aa) |
def | _08b_clock_bezier.incrType (e) |
def | _08b_clock_bezier.incrWidth (e) |
def | _08b_clock_bezier.setClock (hour, minute, second) |
def | _08b_clock_bezier.getTime () |
def | _08b_clock_bezier.updateClock () |
def | _08b_clock_bezier.stopClock () |
def | _08b_clock_bezier.trigger () |
Creates a thread for the clock. More... | |
def | _08b_clock_bezier.main () |
Variables | |
list | _08b_clock_bezier.types = ["normal", "curve", "angle", "bezier"] |
float | _08b_clock_bezier.pi180 = pi / 180.0 |
bool | _08b_clock_bezier.resize = True |
_08b_clock_bezier.mw = Tk() | |
_08b_clock_bezier.clock = Canvas() | |
_08b_clock_bezier.hand = _hand() | |
bool | _08b_clock_bezier.clock_on = True |