Home
last modified time | relevance | path

Searched refs:phaseObj (Results 1 – 6 of 6) sorted by relevance

/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkProgress.c30 Tcl_Obj *phaseObj; member
67 "0", Tk_Offset(Progressbar,progress.phaseObj), -1,
106 Tcl_GetIntFromObj(NULL, pb->progress.phaseObj, &phase); in AnimateProgressProc()
116 Tcl_DecrRefCount(pb->progress.phaseObj); in AnimateProgressProc()
117 pb->progress.phaseObj = Tcl_NewIntObj(phase); in AnimateProgressProc()
118 Tcl_IncrRefCount(pb->progress.phaseObj); in AnimateProgressProc()
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkProgress.c32 Tcl_Obj *phaseObj; member
69 "0", Tk_Offset(Progressbar,progress.phaseObj), -1,
109 Tcl_GetIntFromObj(NULL, pb->progress.phaseObj, &phase); in AnimateProgressProc()
117 Tcl_DecrRefCount(pb->progress.phaseObj); in AnimateProgressProc()
118 pb->progress.phaseObj = Tcl_NewIntObj(phase); in AnimateProgressProc()
119 Tcl_IncrRefCount(pb->progress.phaseObj); in AnimateProgressProc()
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkProgress.c32 Tcl_Obj *phaseObj; member
79 "0", offsetof(Progressbar,progress.phaseObj), TCL_INDEX_NONE,
130 Tcl_GetIntFromObj(NULL, pb->progress.phaseObj, &phase); in AnimateProgressProc()
140 Tcl_DecrRefCount(pb->progress.phaseObj); in AnimateProgressProc()
141 pb->progress.phaseObj = Tcl_NewWideIntObj(phase); in AnimateProgressProc()
142 Tcl_IncrRefCount(pb->progress.phaseObj); in AnimateProgressProc()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DttkMacOSXTheme.c705 Tcl_Obj *phaseObj; /* animation phase */ member
717 Tk_Offset(PbarElement,phaseObj), "0" },
744 Tcl_GetIntFromObj(NULL, pbar->phaseObj, &phase); in PbarElementDraw()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c2255 Tcl_Obj *phaseObj; /* animation phase */ member
2267 offsetof(PbarElement, phaseObj), "0"},
2309 Tcl_GetIntFromObj(NULL, pbar->phaseObj, &phase); in PbarElementDraw()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c2298 Tcl_Obj *phaseObj; /* animation phase */ member
2310 Tk_Offset(PbarElement, phaseObj), "0"},
2352 Tcl_GetIntFromObj(NULL, pbar->phaseObj, &phase); in PbarElementDraw()