Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: Tk::Notebook exclude tab from focus traversal

by beech (Parson)
on Nov 27, 2018 at 02:07 UTC ( [id://1226397]=note: print w/replies, xml ) Need Help??


in reply to Tk::Notebook exclude tab from focus traversal

Hi

Use

$nb->configure( -takefocus, 0 );

Replies are listed 'Best First'.
Re^2: Tk::Notebook exclude tab from focus traversal
by cscvrp (Novice) on Nov 27, 2018 at 05:25 UTC
    Wow, I must have danced around that for an hour without hitting it. Thats exactly what i expected to find, thanks for taking the time.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-03-28 12:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found