Table of Contents
Warning
Currently lacks the Tkinter style of accessing/configuring components. Meaning the cget/configure methods do not function correctly on this widget.
The GSimpleGrid widget is what is known as a Compound Widget. This widget provides you with the a very simple way of generating a NxM grid that corresponds to a 2-D list of RTV objects with the same NxM layout.
Provides a very simple grid layout based on a 2-D list of RTV objects.
None.
This widget is an old style widget that has not been updated to allow component access via the Tkinter cget and configure functions.