If anyone with an answer to that question could also tell me how they found that information, it might save me asking the next time around.
Here's what I'd normally do:
- search for Tk_GetDash in perldoc Tk::Canvas
- search for Dash in perldoc Tk::Canvas
- grep for Tk_GetDash in perl/site/lib/Tk
- grep for Dash in Tk-804.027
- search the mailing list archives ( usually via http://perltk.org, but it doesn't seem to have that feature anymore).
The list will yield results that are barely documented anywhere.
- google for it (will find http://www.tcl.tk/man/tcl8.4/TkLib/GetDash.htm).
I mostly end up
super searching perlmonks (usually with PodMaster/crazyinsomniac/Jouke/zentara as authors) for snippets :)
| MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!" |
| I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README). |
| ** The third rule of perl club is a statement of fact: pod is sexy. |