Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Navigation and Focus - Tk Notebook Widget tabs (UPDATED)

by Anonymous Monk
on Sep 04, 2020 at 03:00 UTC ( [id://11121345]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $book->focus( $book->raised );
    $book->focusFollowsMouse;
    
  2. or download this
    $mw->focusFollowsMouse;
    
  3. or download this
    $book->bind(  '<Control-Tab>',  \&RaiseNext );
    $book->bind(  '<Shift-Control-Tab>', \&RaisePrev );
    ...
        my( $nb ) = @_; 
        $nb->raise( $nb->info("focusprev") );
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (4)
As of 2024-03-29 05:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found