Searched defs:StyleValues (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c28 typedef struct StyleValues { struct
60 } StyleValues; typedef in typeref:struct:StyleValues
63 * The following structure extends the StyleValues structure above with
74 StyleValues *sValuePtr; /* Raw information from which GCs were
170 Tcl_HashTable styleTable; /* Hash table that maps from StyleValues
372 Tcl_InitHashTable(&dInfoPtr->styleTable, sizeof(StyleValues)/sizeof(int));
465 StyleValues styleValues;
474 * that has occurred for each of the various fields of the StyleValues.
486 * a StyleValues structure corresponding to those tags (scan
498 memset((VOID *) &styleValues, 0, sizeof(StyleValues));
[all...]

Completed in 16 milliseconds