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

Re^5: A question on using Tk::ItemStyle in Tk::Tree

by Loops (Curate)
on Nov 01, 2014 at 11:47 UTC ( [id://1105788]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $mw->after( 'idle',
        [ configure => $styleref_select_parent, -background => 'cyan' ],
    );
    
  2. or download this
    $mw->afterIdle([ configure => $styleref_select_parent, -background => 
    +'cyan' ]);
    
  3. or download this
    [ 'methodname', args... ], ...
    
  4. or download this
    $mw->after( 2000 => configure => $tree, -background => 'green' );
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 04:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found