vdk 2.4.0
Bug List
Member VDKDataBox::DestroyData (gint index)
this function destroys data associated using g_free(). Do not use it, unless you have used g_new() to allocate the memory for your data.
Member VDKDataBox::GetColor (int index)
The returned value is a pointer to a new allocated VDKColor. Therefore, it will not reflect furthure changes in the color of the index dataset. You can free memory associated with it using Destroy() method.