Part III. Tk Basics

Part III introduces Tk, the toolkit for building graphical user interfaces. The Tcl command interface to Tk makes it quick and easy to build powerful user interfaces. Tk is portable and your user interface code can work unchanged on UNIX, Windows, and the Macintosh.

Chapter 23 describes the basic concepts of Tk and provides an overview of its facilities.

Chapter 24 illustrates Tk with three example programs including a browser for the examples from this book. These examples use facilities that are described in more detail in later chapters.

Geometry managers implement the layout of a user interface. Chapters Chapter 25, Chapter 26, and Chapter 27 describe the pack, grid, and place geometry managers. The packer and gridder are ...

Get Practical Programming in Tcl and Tk, Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.