Is there owner-draw set somewhere? If so, then yes

Am 14.10.2011 um 23:03 schrieb Ken Cornetet <ken.corne...@kimball.com>:

> Is it possible to change the font (bold, color,etc) when adding items to a 
> Win32::GUI AddListView object?
> 
>  
> 
> I’ve tried passing a font object to no avail
> 
>  
> 
> my $fb = new Win32::GUI::Font(-name => "Courier New", -height => 10, -bold => 
> 0);
> 
> $lv->InsertItem(-font => $fb, -item => $i, -text => ["  $s", "", "", "", "", 
> "", ""]);
> 
>  
> 
> There are the TextColor and TextBKColor methods, but they appear to be global 
> to the whole ListView object.
> 
>  
> 
> Ken Cornetet 812.482.8499
> 
> To err is human - to moo, bovine.
> 
>  
> 
> _______________________________________________
> ActivePerl mailing list
> ActivePerl@listserv.ActiveState.com
> To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
ActivePerl mailing list
ActivePerl@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to