From: Lucian D. <lu...@eu...> - 2006-09-19 08:43:08
|
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 |