From: Lucian D. <lu...@eu...> - 2006-09-19 10:27:01
|
Hi, I've tested in both Linux and Windows, and it seems working :) ( Gentoo Linux, stock wxGTK 2.6.3.2, wxperl 0.57 with patch ). Regards, Lucian Dragus > -----Original Message----- > Hi, > > I added this to CVS on Sep 5th (only supported by wxWidgets on WXMSW). > > Regards > Mark > > > -----Original Message----- > > From: wxp...@li... > > [mailto:wxp...@li...] On Behalf > > Of Lucian Dragus > > Sent: 19 September 2006 10:43 AM > > To: wxp...@li... > > Subject: [wxperl-users] wxTreeCtrl::SetItemDropHighlight > > > > Hello Mattia, > > > > Can you please add SetItemDropHighlight in TreeCtrl.xs ? > > > > (patch against Wx-0.57/XS/TreeCtrl.xs) > > ------------------------------------ > > --- TreeCtrl.xs.orig 2006-08-19 21:26:52.000000000 +0300 > > +++ TreeCtrl.xs 2006-09-19 11:15:46.000000000 +0300 > > @@ -648,6 +648,12 @@ > > THIS->SetItemData( *item, data ? new wxPliTreeItemData( > > data ) : 0 ); > > > > void > > +wxTreeCtrl::SetItemDropHighlight( item, highlight = true ) > > + wxTreeItemId* item > > + bool highlight > > + C_ARGS: *item, highlight > > + > > +void > > wxTreeCtrl::SetItemFont( item, font ) > > wxTreeItemId* item > > wxFont* font > > ------------------------------------ > > > > Thank you, > > > > Lucian Dragus |