Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Re: Re: Tk question

by perl_seeker (Scribe)
on Sep 10, 2003 at 06:01 UTC ( [id://290315]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $f = $mw->Frame->pack(-side => 'top', -fill => 'x');
    my $t = $mw->Scrolled("Text",-font=>"{arial} 12 {bold}")->pack(-side =
    +> 'bottom', -fill => 'both', -expand => 1);
    
  2. or download this
    $f->Button(-text => "Display", -command =>\&tged)->pack(-side => 'righ
    +t'); 
    
    ...
    #print @chars;
      }
    1;
    
  3. or download this
    my $t = $mw->Scrolled("Text",-font=>"{arial} 12 {bold}")->pack(-side =
    +> 'bottom', -fill => 'both', -expand => 1);
    
    ...
    .
    }
    1;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://290315]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (3)
As of 2024-04-19 19:42 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found