Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

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

by Anonymous Monk
on Nov 05, 2014 at 08:13 UTC ( [id://1106159]=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
     $styleref_select_parent->configure(-background => 'cyan');
  3. or download this
             after(*ms*, *callback*?).
    
  4. or download this
            sub brscmd {
                 my ($previous_index, $actual_index) = @_;
    ...
                           from curselection <$js>\n";
                    }
                 }
    
  5. or download this
            sub brscmd {
                 my ($previous_index, $actual_index) = @_;
    ...
                 }
            );
    }
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1106159]
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: (2)
As of 2024-04-25 20:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found