in reply to Re^2: Tk - non-blocking messageBox without buttons closing without user input
in thread Tk - non-blocking messageBox without buttons closing without user input
# $notification->overrideredirect(1); # Remove window decorations # and probably add #prevents window from closing on close icon press $notification->protocol('WM_DELETE_WINDOW' => sub { });
|
|---|