Cargando…

Learning Perl/TK /

Learning Perl/Tk is a tutorial for Perl/Tk, the extension to Perl for creating graphical user interfaces. With Tk, Perl programs can be window-based rather than command-line based, with buttons, entry fields, listboxes, menus, and scrollbars. Originally developed for the Tcl language, the Perl port...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Walsh, Nancy
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, Calif. : O'Reilly, ©1999.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • 1. Introduction to Perl/Tk
  • 2. Geometry Management
  • 3. The Basic Button
  • 4. Checkbuttons and Radiobuttons
  • 5. Label and Entry Widgets
  • 6. Scrollbars
  • 7. The Listbox Widget
  • 8. The Text Widget
  • 9. The Canvas Widget
  • 10. The Scale Widget
  • 11. Menus
  • 12. Frames
  • 13. Toplevel Widgets
  • 14. Binding Events
  • 15. Composite Widgets
  • 16. Methods for Any Widget
  • A. Configuring Widgets with configure and cget
  • B. Operating System Differences
  • C. Fonts.