/ast/src/lib/libtk/generic/ |
H A D | tkCanvas.h | 197 char *takeFocus; /* Value of -takefocus option; not used in member in struct:TkCanvas
|
H A D | tkFrame.c | 71 char *takeFocus; /* Value of -takefocus option; not used in member in struct:__anon399 137 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 138 DEF_FRAME_TAKE_FOCUS, Tk_Offset(Frame, takeFocus), 379 framePtr->takeFocus = NULL;
|
H A D | tkMessage.c | 85 char *takeFocus; /* Value of -takefocus option; not used in member in struct:__anon411 150 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 151 DEF_MESSAGE_TAKE_FOCUS, Tk_Offset(Message, takeFocus), 254 msgPtr->takeFocus = NULL;
|
H A D | tkMenubutton.c | 139 char *takeFocus; /* Value of -takefocus option; not used in member in struct:__anon410 251 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 252 DEF_MENUBUTTON_TAKE_FOCUS, Tk_Offset(MenuButton, takeFocus), 389 mbPtr->takeFocus = NULL;
|
H A D | tkScrollbar.c | 131 char *takeFocus; /* Value of -takefocus option; not used in member in struct:__anon416 227 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 228 DEF_SCROLLBAR_TAKE_FOCUS, Tk_Offset(Scrollbar, takeFocus), 349 scrollPtr->takeFocus = NULL;
|
H A D | tkButton.c | 161 char *takeFocus; /* Value of -takefocus option; not used in member in struct:__anon390 338 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 339 DEF_LABEL_TAKE_FOCUS, Tk_Offset(Button, takeFocus), 341 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 342 DEF_BUTTON_TAKE_FOCUS, Tk_Offset(Button, takeFocus), 582 butPtr->takeFocus = NULL;
|
H A D | tkText.h | 567 char *takeFocus; /* Value of -takeFocus option; not used in member in struct:TkText
|
H A D | tkEntry.c | 130 char *takeFocus; /* Value of -takefocus option; not used in member in struct:__anon396 247 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 248 DEF_ENTRY_TAKE_FOCUS, Tk_Offset(Entry, takeFocus), TK_CONFIG_NULL_OK}, 407 entryPtr->takeFocus = NULL;
|
H A D | tkListbox.c | 160 char *takeFocus; /* Value of -takefocus option; not used in member in struct:__anon409 250 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 251 DEF_LISTBOX_TAKE_FOCUS, Tk_Offset(Listbox, takeFocus), 401 listPtr->takeFocus = NULL;
|
H A D | tkScale.c | 144 char *takeFocus; /* Value of -takefocus option; not used in member in struct:__anon415 284 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 285 DEF_SCALE_TAKE_FOCUS, Tk_Offset(Scale, takeFocus), 443 scalePtr->takeFocus = NULL;
|
H A D | tkMenu.c | 313 char *takeFocus; /* Value of -takefocus option; not used in member in struct:Menu 391 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 392 DEF_MENU_TAKE_FOCUS, Tk_Offset(Menu, takeFocus), TK_CONFIG_NULL_OK}, 541 menuPtr->takeFocus = NULL;
|
H A D | tkText.c | 118 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 119 DEF_TEXT_TAKE_FOCUS, Tk_Offset(TkText, takeFocus), 301 textPtr->takeFocus = NULL;
|
H A D | tkCanvas.c | 113 {TK_CONFIG_STRING, "-takefocus", "takeFocus", "TakeFocus", 114 DEF_CANVAS_TAKE_FOCUS, Tk_Offset(TkCanvas, takeFocus), 336 canvasPtr->takeFocus = NULL;
|