Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

How to get foreground color from a TK::Listbox

by jsteng (Beadle)
on Apr 14, 2018 at 04:40 UTC ( [id://1212850]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    $frames{"Account.List"} = $mw->Scrolled(
        "Listbox",
    ...
        -scrollbars    => 'e',
        -cursor        => 'left_ptr',
    );
    
  2. or download this
    
    $frames{"Account.List"}->bind(    '<Double-1>',
        $frames{'Account.List'}->itemconfigure($frames{"Account.List"}->cu
    +rselection(), -foreground=> "#FF0000", 
    );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1212850]
Approved by Corion
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (3)
As of 2024-04-18 23:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found