In file :

TreeView
BBitmap* g_NewBitmap(long width,long height,void const* data)
creates a new bitmap (width/height; data: one byte per pixel, pad to 8*x B)
BBitmap* g_NewBitmap(unsigned char const *data)
creates a new bitmap; data: 1st byte is a bitmap width, 2nd byte is a bitmap height, rest is one byte per pixel, pad to 8*x B
ATreeItem
a tree item base class
ATreeView
a tree view class
alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling