Is there a way to show a window if it was already declared?
will display a new window...
I know you can $main_win->destroy, but is there a way to bring it back like $main_win->show?
$main_win->show doesn't work for MainWindows...
Code:
my $main_win = MainWindow -> new();
I know you can $main_win->destroy, but is there a way to bring it back like $main_win->show?
$main_win->show doesn't work for MainWindows...