|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
Class to adapt callbacks for Panel controls on a LW Panel. More...
#include <panel.h>
Static Public Member Functions | |
| static int | cb_Count (void *userdata) |
| Popup Count. | |
| static void | cb_Draw (LWControlID id, void *userdata, DrMode mode) |
| Draw Control. | |
| static void | cb_Event (LWControlID id, void *userdata) |
| Control event. | |
| static int | cb_MultiListColumnWidth (void *userdata, int index) |
| MultiList Column width. | |
| static char * | cb_MultiListName (void *userdata, int index, int column) |
| MultiList Name. | |
| static char * | cb_Name (void *userdata, int index) |
| Popup Name. | |
| static void * | cb_TreeChild (void *userdata, void *node, int i) |
| Tree Control Child. | |
| static int | cb_TreeCount (void *userdata, void *node) |
| Tree Count Child. | |
| static char * | cb_TreeInfo (void *userdata, void *node, int *flags) |
| Tree Info. | |
| static void | cb_TreeMove (void *userdata, void *node, void *parent, int i) |
| Tree Child Move. | |
Class to adapt callbacks for Panel controls on a LW Panel.
|
static |
Popup Count.
|
static |
Draw Control.
Draw.
|
static |
Control event.
Event.
|
static |
MultiList Column width.
Multilist column width.
|
static |
MultiList Name.
Multilist name.
|
static |
Popup Name.
|
static |
Tree Control Child.
Tree child.
|
static |
Tree Count Child.
Tree count.
|
static |
Tree Info.
Tree info.
|
static |
Tree Child Move.
Tree move.