Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Tk text scrollbar autohide

by tybalt89 (Monsignor)
on Feb 11, 2020 at 16:41 UTC ( [id://11112783]=note: print w/replies, xml ) Need Help??


in reply to Tk text scrollbar autohide

#!/usr/bin/perl use strict; # https://perlmonks.org/?node_id=11112777 use warnings; use Tk; my $mw = MainWindow->new; my $text = $mw->Scrolled(Text => -scrollbars => 'osoe', )->pack; MainLoop;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (5)
As of 2024-04-25 13:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found