Create empty window : MainWindow « GUI « Perl






Create empty window

   

use Tk;  

my $main = MainWindow->new;

MainLoop;

   
    
    
  








Related examples in the same category

1.Destroy a window in button action
2.tkphone - Phone another X Display and have a line-mode conversation
3.Tk Configuration Options
4.Create two windows
5.Setting Border Width for Frame
6.Advanced Hello World program using two MainWindows
7.Adding components to the Client Area of a Window with Menu Bar