Skip to main content

wxd_DataViewItem_CreateFromID

Function wxd_DataViewItem_CreateFromID 

Source
pub unsafe extern "C" fn wxd_DataViewItem_CreateFromID(
    id: *const c_void,
) -> *const wxd_DataViewItem_t
Expand description

@brief Creates a new DataViewItem from the given ID. @param id The internal ID (void*) to wrap in a new DataViewItem. @return Pointer to the new wxd_DataViewItem_t instance. You own the returned pointer and must free it with wxd_DataViewItem_Release().