This reduces the complexity of operations capable with Dynamic, and also makes it easier to shortcut deadlocking operations.
This also fixes some inconsistencies that arose when the focus widget was "stuck" on a removed widget. Button previously handled it hackily in a redraw function, but now Gooey handles it automatically without needing to wait for a repaint.
Closes #66