|
LightWrap++
AC++wrapperfortheLightWave3DSDK
|
Callbacks for multi-line list boxes. More...
#include <panel.h>
Public Member Functions | |
| virtual int | controlMultiListColumnWidth (PanelControl &control, int index)=0 |
| Return the width of each column in pixels, it can have up to 10 columns. | |
| virtual const char * | controlMultiListName (PanelControl &control, int index, int column)=0 |
| Return a string for a position and column on MultiList control. | |
Callbacks for multi-line list boxes.
Inherit from this and override the virtual functions to handle MultiList Box control events A MultiList Box is like a List Box, but divided by multiple colums.
|
pure virtual |
Return the width of each column in pixels, it can have up to 10 columns.
| control | reference to the control |
| index | A 0 based integer indicating the column number |
|
pure virtual |
Return a string for a position and column on MultiList control.
| control | reference to the control |
| index | A 0 based integer used to find the name of the item |
| column | the column for the string to be returned |