Struct
ClutterPreeditAttribute
Description [src]
struct ClutterPreeditAttribute {
ClutterPreeditStyleHint hint;
unsigned int start;
unsigned int end;
}
Holds the span affected by a style hint within the pre-edit string.
Structure members
hint:ClutterPreeditStyleHintThe preedit hint.
start:unsigned intThe start index, in characters.
end:unsigned intThe end index, in characters.