develooper Front page | perl.wxperl.users | Postings from February 2013

SetTextColor on Wx::MenuItem?

Thread Next
From:
Dave Hayes
Date:
February 27, 2013 23:15
Subject:
SetTextColor on Wx::MenuItem?
Message ID:
512E9386.2030505@jetcafe.org
This is odd...

  $ perl
  use Wx qw(:everything);
  my $menuitem = Wx::MenuItem->new($menu, Wx::NewId(), '', '', 
wxITEM_SEPARATOR);
  $menuitem->SetTextColour();
  Can't locate object method "SetTextColour" via package "Wx::MenuItem" 
at - line 3.

I see this function in the XS file so...I'm curious why this doesn't work?
-- 
Dave Hayes - Consultant - Altadena CA, USA - dave@jetcafe.org
 >>>> *The opinions expressed above are entirely my own* <<<<

I'd like to see a nude opera, because when they hit those
high notes, I bet you can really see it in those genitals.

Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About