Advanced Perl Programming

Advanced Perl ProgrammingSearch this book
Previous: 14.7 Event LoopsChapter 14
User Interfaces with Tk
Next: 15. GUI Example: Tetris
 

14.8 Resources

  1. Tcl/Tk libraries and papers, available at http://www.scriptics.com/ for the Sun Tcl/Tk pages; http://www.neosoft.com for everything related to Tcl/Tk.

  2. Perl/Tk documentation.

    All widgets are extensively documented. Look for the file index.html.

  3. About Face: The Principles of User-Interface Design. Alan Cooper. IDG Books Worldwide, 1995.

    Forceful, opinionated writing on how GUIs should be designed.

  4. Bringing Design to Software. Terry Winograd. Addison-Wesley, 1996.

    Has specialists from different fields talking about good design, especially user interfaces.


Previous: 14.7 Event LoopsAdvanced Perl ProgrammingNext: 15. GUI Example: Tetris
14.7 Event LoopsBook Index15. GUI Example: Tetris