You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the toolbar cannot be easily used with Tk's grid layout
manager, because it is already packed during initialization. Thus, it is
necessary to manually call `pack_forget` on the toolbar.
Add a parameter, that makes this a bit easier to discover.
0 commit comments