Next / Previous / Contents

24.4. Text widget windows

You can put any Tkinter widget—even a frame containing other widgets—into a text widget. For example, you can put a fully functional button or a set of radiobuttons into a text widget.

Use the .window_create() method on the text widget to add the embedded widget. For the calling sequence and related methods, see Section 24.8, “Methods on Text widgets”.