Part V describes the rest of the Tk toolkit.
Chapter 38 describes the selection mechanism that is used for cut and paste between applications. It includes an example that implements cut and paste of graphical objects on a canvas.
Chapter 39 describes dialogs. Tk has several built-in dialogs that use the native platform look and feel. The chapter also describes how to build your own dialogs.
Chapter 40 is the first of three chapters that explain widget attributes in more detail. It describes size and layout attributes. Chapter 41 describes colors, images, and cursors. It explains how to use the bitmap and color photo image types. The chapter includes a complete map of the cursor font. Chapter 42 describes fonts and other text-related attributes. The extended example is a font selection application.
Chapter 43 describes the Tk send command that lets you send commands among Tk applications. It also presents a socket-based alternative that can be used among applications on different hosts and with the Safe-Tcl mechanism to limit the power of remotely invoked commands.
Chapter 44 explains how to interact with the window manager using the wm command. The chapter describes all the information available through the winfo command.
Chapter 45 builds upon Chapter 31 to create a user preferences package and an associated user interface. The preference package links a Tcl variable used in your application to a resource specification.
Chapter 46 presents a user interface to the binding mechanism. You can browse and edit bindings for widgets and classes with the interface.