From: Mark W. <ma...@ne...> - 2006-09-19 08:47:17
|
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 > > |