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

/ast/src/lib/libtk/generic/
H A DtkCanvArc.c21 typedef struct ArcItem { struct
54 } ArcItem; typedef in typeref:struct:ArcItem
75 "90", Tk_Offset(ArcItem, extent), TK_CONFIG_DONT_SET_DEFAULT},
77 (char *) NULL, Tk_Offset(ArcItem, fillColor), TK_CONFIG_NULL_OK},
79 "black", Tk_Offset(ArcItem, outlineColor), TK_CONFIG_NULL_OK},
81 (char *) NULL, Tk_Offset(ArcItem, outlineStipple), TK_CONFIG_NULL_OK},
83 "0", Tk_Offset(ArcItem, start), TK_CONFIG_DONT_SET_DEFAULT},
85 (char *) NULL, Tk_Offset(ArcItem, fillStipple), TK_CONFIG_NULL_OK},
87 "pieslice", Tk_Offset(ArcItem, style), TK_CONFIG_DONT_SET_DEFAULT},
91 "1", Tk_Offset(ArcItem, widt
[all...]

Completed in 11 milliseconds