Re-parenting widgets with Tk’s [pack]

Just a short post about re-parenting widgets in Tcl/Tk, using the [pack] geometry manager. Short because the solution is simple (and documented), but I couldn’t find it easily since I did not correctly understand the problem I was having. So, I wanted to move a widget .frame.widget packed in a frame .frame into a sub-frame […]