selection handling for data browser
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30314 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1218,6 +1218,11 @@ OSStatus wxMacControl::SetSelectedItems(UInt32 numItems,
|
|||||||
return SetDataBrowserSelectedItems( m_controlRef , numItems , items, operation ) ;
|
return SetDataBrowserSelectedItems( m_controlRef , numItems , items, operation ) ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
OSStatus wxMacControl::GetSelectionAnchor( DataBrowserItemID * first, DataBrowserItemID * last )
|
||||||
|
{
|
||||||
|
return GetDataBrowserSelectionAnchor( m_controlRef , first , last ) ;
|
||||||
|
}
|
||||||
|
|
||||||
//
|
//
|
||||||
// Tab Control
|
// Tab Control
|
||||||
//
|
//
|
||||||
|
Reference in New Issue
Block a user