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

/ast/src/lib/libtk/library/
H A Dscale.tcl21 bind Scale <Enter> {
28 bind Scale <Motion> {
31 bind Scale <Leave> {
39 bind Scale <1> {
42 bind Scale <B1-Motion> {
45 bind Scale <B1-Leave> { }
46 bind Scale <B1-Enter> { }
47 bind Scale <ButtonRelease-1> {
52 bind Scale <2> {
55 bind Scale <B
[all...]
/ast/src/lib/libtk/generic/
H A DtkScale.c149 } Scale; typedef in typeref:struct:__anon415
215 DEF_SCALE_ACTIVE_BG_COLOR, Tk_Offset(Scale, activeBorder),
218 DEF_SCALE_ACTIVE_BG_MONO, Tk_Offset(Scale, activeBorder),
221 DEF_SCALE_BG_COLOR, Tk_Offset(Scale, bgBorder),
224 DEF_SCALE_BG_MONO, Tk_Offset(Scale, bgBorder),
227 DEF_SCALE_BIG_INCREMENT, Tk_Offset(Scale, bigIncrement), 0},
233 DEF_SCALE_BORDER_WIDTH, Tk_Offset(Scale, borderWidth), 0},
235 DEF_SCALE_COMMAND, Tk_Offset(Scale, command), TK_CONFIG_NULL_OK},
237 DEF_SCALE_CURSOR, Tk_Offset(Scale, cursor), TK_CONFIG_NULL_OK},
239 DEF_SCALE_DIGITS, Tk_Offset(Scale, digit
[all...]

Completed in 31 milliseconds