Searched refs:Tk_CustomOption (Results 1 - 10 of 10) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkCanvImg.c | 40 static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc,
|
H A D | tk.h | 166 typedef struct Tk_CustomOption { struct 176 } Tk_CustomOption; typedef in typeref:struct:Tk_CustomOption 201 Tk_CustomOption *customPtr; /* If type is TK_CONFIG_CUSTOM then this is
|
H A D | tkCanvBmap.c | 40 static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc,
|
H A D | tkCanvPoly.c | 47 static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc,
|
H A D | tkCanvWind.c | 42 static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc,
|
H A D | tkCanvLine.c | 120 static Tk_CustomOption arrowShapeOption = {ParseArrowShape, 122 static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc,
|
H A D | tkRectOval.c | 40 static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc,
|
H A D | tkTextWind.c | 109 static Tk_CustomOption alignOption = {AlignParseProc, AlignPrintProc,
|
H A D | tkCanvArc.c | 69 static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc,
|
H A D | tkCanvText.c | 88 static Tk_CustomOption tagsOption = {Tk_CanvasTagsParseProc,
|
Completed in 841 milliseconds