Mastering Perl/Tk /
Perl/Tk is the marriage of the Tk graphical toolkit with Perl, the powerful programming language used primarily for system administration, web programming, and database manipulation. With Perl/Tk, you can build Perl programs with an attractive, intuitive GUI interface with all the power of Perl behi...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Otros Autores: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Sebastopol, CA :
O'Reilly,
©2002.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
Tabla de Contenidos:
- 1. Hello, Perl/Tk
- 2. Geometry Management
- 3. Fonts
- 4. Button, Checkbutton, and Radiobutton Widgets
- 5. Label and Entry Widgets
- 6. The Scrollbar Widget
- 7. The Listbox Widget
- 8. The Text, TextUndo, and ROText Widgets
- 9. The Canvas Widget
- 10. The Scale Widget
- 11. Frame, MainWindow, and Toplevel Widgets
- 12. The Menu System
- 13. Miscellaneous Perl/Tk Methods
- 14. Creating Custom Widgets in Pure Perl/Tk
- 15. Anatomy of the MainLoop
- 16. User Customization
- 17. Images and Animations
- 18. A Tk Interface Extension Tour
- 19. Interprocess Communication with Pipes and Sockets
- 20. IPC with send
- 21. C Widget Internals
- 22. Perl/Tk and the Web
- 23. Plethora of pTk Potpourri
- A. Installing Perl/Tk
- B. Options and Default Values for Each Widget
- C. Complete Program Listings.