Mercurial > code > home > repos > light9
diff bin/curvecalc @ 228:9827df597f86
added help texts to subcomposer, curvecalc
author | drewp@bigasterisk.com |
---|---|
date | Sun, 05 Jun 2005 07:02:41 +0000 |
parents | 233ee9b1e561 |
children | c5a79314afdf |
line wrap: on
line diff
--- a/bin/curvecalc Sun May 22 07:58:13 2005 +0000 +++ b/bin/curvecalc Sun Jun 05 07:02:41 2005 +0000 @@ -269,7 +269,11 @@ root.bind("<Control-Key-s>",savekey) create_status_lines(root) - +for helpline in ["Bindings: C-s save subterms; B1 drag point; C-B1 curve add point; 1..5 add point at time; Esc see current time; Mousewheel zoom", + "Available in functions: nsin/ncos period=amp=1; within(a,b) bef(x) aft(x) compare to time; smoove(x) cubic smoothstep; curvename(t) eval curve"]: + tk.Label(root,text=helpline, font="Helvetica -12 italic", + anchor='w').pack(side='top',fill='x') + recent_t=[] later = None def update():