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

/macosx-10.9.5/tcl-102/tk/tk/generic/
H A DtkCanvWind.c23 typedef struct WindowItem { struct
37 } WindowItem; typedef in typeref:struct:WindowItem
54 "center", Tk_Offset(WindowItem, anchor), TK_CONFIG_DONT_SET_DEFAULT},
56 "0", Tk_Offset(WindowItem, height), TK_CONFIG_DONT_SET_DEFAULT},
62 "0", Tk_Offset(WindowItem, width), TK_CONFIG_DONT_SET_DEFAULT},
64 NULL, Tk_Offset(WindowItem, tkwin), TK_CONFIG_NULL_OK},
73 WindowItem *winItemPtr);
119 sizeof(WindowItem), /* itemSize */
180 WindowItem *winItemPtr = (WindowItem *) itemPt
[all...]
/macosx-10.9.5/tcl-102/tk84/tk/generic/
H A DtkCanvWind.c24 typedef struct WindowItem { struct
38 } WindowItem; typedef in typeref:struct:WindowItem
55 "center", Tk_Offset(WindowItem, anchor), TK_CONFIG_DONT_SET_DEFAULT},
57 "0", Tk_Offset(WindowItem, height), TK_CONFIG_DONT_SET_DEFAULT},
64 "0", Tk_Offset(WindowItem, width), TK_CONFIG_DONT_SET_DEFAULT},
66 (char *) NULL, Tk_Offset(WindowItem, tkwin), TK_CONFIG_NULL_OK},
76 WindowItem *winItemPtr));
123 sizeof(WindowItem), /* itemSize */
187 WindowItem *winItemPtr = (WindowItem *) itemPt
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/tk/lib/
H A Dtkclass.rb33 WindowItem = TkcWindow

Completed in 136 milliseconds