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

Re^2: wxPerl: is wxListCtrl Get/SetItemFont implemented? and further important questions

by HelenCr (Monk)
on Mar 25, 2013 at 16:19 UTC ( [id://1025333]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    sub OnBold {                        #    def OnBold(self, evt):    (Py
    +thon)
                my $this = shift;
             my $f = $this->GetItemFont(0);
    ...
            $f->SetWeight(wxBOLD);
            $this->SetItemFont(0, $f);
            } #1    end sub OnBold
    
  2. or download this
    Can't locate object method "GetItemFont" via package "Wx::ListCtrl" at
    + Set item
     font post.pl line 57
            MyFrame::OnBold('Wx::ListCtrl=HASH(0x23d6454)') called at Set 
    +item font
    ...
            MyFrame::__ANON__('MyFrame=HASH(0x23f2734)', 'Wx::CommandEvent
    +=SCALAR(0
    x287f36c)') called at Set item font post.pl line 76
            eval {...} called at Set item font post.pl line 76
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (5)
As of 2024-04-19 01:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found