Searched defs:Button (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libtk/generic/ |
H A D | tkButton.c | 169 } Button; typedef in typeref:struct:__anon390 187 static char *classNames[] = {"Label", "Button", "Checkbutton", "Radiobutton"}; 226 DEF_BUTTON_ACTIVE_BG_COLOR, Tk_Offset(Button, activeBorder), 230 DEF_BUTTON_ACTIVE_BG_MONO, Tk_Offset(Button, activeBorder), 234 DEF_BUTTON_ACTIVE_FG_COLOR, Tk_Offset(Button, activeFg), 238 DEF_BUTTON_ACTIVE_FG_MONO, Tk_Offset(Button, activeFg), 242 DEF_BUTTON_ANCHOR, Tk_Offset(Button, anchor), ALL_MASK}, 244 DEF_BUTTON_BG_COLOR, Tk_Offset(Button, normalBorder), 247 DEF_BUTTON_BG_MONO, Tk_Offset(Button, normalBorder), 254 DEF_BUTTON_BITMAP, Tk_Offset(Button, bitma [all...] |
Completed in 12 milliseconds