Searched refs:TextStyle (Results 1 - 2 of 2) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c68 typedef struct TextStyle { struct
78 } TextStyle; typedef in typeref:struct:TextStyle
323 TextStyle *stylePtr));
324 static TextStyle * GetStyle _ANSI_ARGS_((TkText *textPtr,
448 * The return value is a pointer to a TextStyle structure that
457 static TextStyle *
466 TextStyle *stylePtr;
617 stylePtr = (TextStyle *) Tcl_GetHashValue(hPtr);
626 stylePtr = (TextStyle *) ckalloc(sizeof(TextStyle));
[all...]
H A DtkText.h194 struct TextStyle *stylePtr; /* Display information, known only

Completed in 17 milliseconds