Skip to Content
Pro Perl Programming: From Professional to Advanced
book

Pro Perl Programming: From Professional to Advanced

by William Bo Rothwell
February 2020
Intermediate to advanced content levelIntermediate to advanced
337 pages
4h 54m
English
Apress
Content preview from Pro Perl Programming: From Professional to Advanced
© William "Bo" Rothwell of One Course Source, Inc. 2020
W. ". RothwellPro Perl Programminghttps://doi.org/10.1007/978-1-4842-5605-3_11

11. Perl TK Widgets

William “Bo” Rothwell1 
(1)
San Diego, CA, USA
 

The heart of TK are the widgets. Widgets are window-based components that allow the user to interact with the program. This chapter will focus on some of the more commonly used Perl TK widgets, but keep in mind that there are additional, often more advanced, widgets that you can explore on your own if you decide that you want to make some more advanced TK-based programs.

Frames

Frames are great for creating sub-windows within your primary window and grouping other widgets. To create a frame, use the following syntax:
$frame = $main ->Frame ([option => ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Advanced Perl Programming: From Advanced to Expert

Advanced Perl Programming: From Advanced to Expert

William Bo Rothwell
Advanced Perl Programming

Advanced Perl Programming

Sriram Srinivasan
Mastering Perl

Mastering Perl

brian d foy
Pro Perl

Pro Perl

Peter Wainwright

Publisher Resources

ISBN: 9781484256053Purchase LinkPublisher Website