|
Functions |
bool | ControlListBox_CopyFrom () |
| Copy the actual selected control to be copied.
|
void | ControlListBox_UpdateRects () |
| Update the internal state of the control.
|
bool | ControlListBox_AddControl () |
| Add a control.
|
void | ControlListBox_RemoveControl (string name) |
| Remove a control from the list.
|
void | ControlListBox_Free () |
| Delete all the controls from the list and the memory.
|
bool | ControlListBox_GetControl (string name) |
| Get a control.
|
bool | ControlListBox_GetControl (int pos) |
| Get a control.
|
int | ControlListBox_GetSize () |
| Get the size of the list.
|
ludata | ControlListBox_GetMousePointer () |
| Get the mouse pointer.
|
bool | ControlListBox_GetMultiSelect () |
| Get the multiselect status.
|
int | ControlListBox_GetSelectedItems () |
| Get a selected item.
|
int | ControlListBox_GetSelectedItemsSize () |
| Get the number of selected items.
|
int | ControlListBox_GetSelColor () |
| Get the selection color.
|
void | ControlListBox_GetVBar () |
| Push into the stack of controls the vertical scrollbar.
|
void | ControlListBox_SetMultiSelect (bool val) |
| Set the multiselect status.
|
void | ControlListBox_SetNoSelectedItems () |
| Set no selected items.
|
void | ControlListBox_SetSelColor (int val) |
| Set the selection color.
|
void | ControlListBox_SetName (string val) |
| Set the name.
|
void | ControlListBox_SetBackStyle (string val) |
| Set the back style.
|
void | ControlListBox_SetBackStyle (int val) |
| Set the back style.
|
void | ControlListBox_SetBackColor (int val) |
| Set the back color.
|
void | ControlListBox_SetBackColor (int backcolor, int bcvsb) |
| SetBackColor.
|
void | ControlListBox_SetAppearance (string themebox, string skinbox) |
| Set the appearance.
|
void | ControlListBox_SetAppearance (string themebox, string skinbox, string themevsb, string skinvsb, string themebut, string skinbut) |
| Set the appearance.
|
void | ControlListBox_SetAppearance (string theme, string skinbox, string skinvsb, string skinbut) |
| Set the appearance.
|