grid at row 0, column 0 - AlfonsMittelmeyer/python-gui-messaging GitHub Wiki
grid at row 0, column 0
This is done via button 'grid 0'
In the following case this kind of positioning is helpful
toggleframe2 shall be positioned at the same position as toogleframe2. But there isn't an empty place for positioning via mouse click.
Then we just press button 'grid 0'
This positions a widget in row 0 column 0 with sticky 'nsew' for container widgets. Wether the widget already has a layout or not doesn't matter.
And via mouse move it may be moved to position of toggleframe1.
Here it's moved with the mouse button still not released.
And here the mouse button is released:
And when it's lowered or toggleframe1 lifted:
then toggleframe1 becomes visible again: