Searched defs:WindowItem (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkCanvWind.c | 22 typedef struct WindowItem { struct 36 } WindowItem; typedef in typeref:struct:WindowItem 48 "center", Tk_Offset(WindowItem, anchor), TK_CONFIG_DONT_SET_DEFAULT}, 50 "0", Tk_Offset(WindowItem, height), TK_CONFIG_DONT_SET_DEFAULT}, 54 "0", Tk_Offset(WindowItem, width), TK_CONFIG_DONT_SET_DEFAULT}, 56 (char *) NULL, Tk_Offset(WindowItem, tkwin), TK_CONFIG_NULL_OK}, 66 WindowItem *winItemPtr)); 104 sizeof(WindowItem), /* itemSize */ 168 WindowItem *winItemPtr = (WindowItem *) itemPt [all...] |
Completed in 11 milliseconds