Sack Library Documentation
|
enum label_variable_types { LABEL_TYPE_STRING, LABEL_TYPE_INT, LABEL_TYPE_PROC, LABEL_TYPE_PROC_EX, LABEL_TYPE_PROC_CONTROL_EX, LABEL_TYPE_CONST_STRING, LABEL_TYPE_VALUE_STRING };
Members |
Description |
LABEL_TYPE_STRING | |
LABEL_TYPE_INT |
POINTER data should be the address of an integer, changing the integer will reflect in the output |
LABEL_TYPE_PROC | |
LABEL_TYPE_PROC_EX | |
LABEL_TYPE_PROC_CONTROL_EX | |
LABEL_TYPE_CONST_STRING |
POINTER data is a pointer to a simple string, the value is copied and used on the control |
LABEL_TYPE_VALUE_STRING |
POINTER data is a pointer to a function to call that returns an index. After the variable name :option1,option2,option3,; can be specified. User data is passed to proc also. The option list is ended with ,; |
moved from text_label.h these values need to be exposed to peer modules
This enumeration defines values used in CreateLabelVariable and CreateLabelVariableEx.
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|