>From Perl/Tkx why does the call $mw->g_wm_resizable( $width, $height );
cause the toplevel main window to blink (disappear and re-appear quickly)?? I am trying to disable toplevel window resizing but I would rather not have the app blink. Is there something extra I need to do, or a different command, to accomplish the same thing without making the main window blink?