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'

enter image description here

In the following case this kind of positioning is helpful

enter image description here

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' enter image description here

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.

enter image description here

And via mouse move it may be moved to position of toggleframe1.

Here it's moved with the mouse button still not released.

enter image description here

And here the mouse button is released:

enter image description here

And when it's lowered or toggleframe1 lifted:

enter image description here

then toggleframe1 becomes visible again:

enter image description here