Home
last modified time | relevance | path

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

/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkProgress.c28 Tcl_Obj *maximumObj; member
58 "100", Tk_Offset(Progressbar,progress.maximumObj), -1,
85 Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in AnimationEnabled()
353 Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in ProgressbarDoLayout()
423 (void)Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in ProgressbarStepCommand()
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkProgress.c30 Tcl_Obj *maximumObj; member
60 "100", Tk_Offset(Progressbar,progress.maximumObj), -1,
87 Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in AnimationEnabled()
349 Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in ProgressbarDoLayout()
419 (void)Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in ProgressbarStepCommand()
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkProgress.c29 Tcl_Obj *maximumObj; member
69 "100", offsetof(Progressbar,progress.maximumObj), TCL_INDEX_NONE,
109 Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in AnimationEnabled()
378 Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in ProgressbarDoLayout()
448 (void)Tcl_GetDoubleFromObj(NULL, pb->progress.maximumObj, &maximum); in ProgressbarStepCommand()
/dports/x11-toolkits/tk85/tk8.5.19/macosx/
H A DttkMacOSXTheme.c704 Tcl_Obj *maximumObj; /* maximum value */ member
715 Tk_Offset(PbarElement,maximumObj), "100" },
743 Tcl_GetDoubleFromObj(NULL, pbar->maximumObj, &maximum); in PbarElementDraw()
/dports/x11-toolkits/tk87/tk8.7a5/macosx/
H A DttkMacOSXTheme.c2254 Tcl_Obj *maximumObj; /* maximum value */ member
2265 offsetof(PbarElement, maximumObj), "100"},
2323 Tcl_GetDoubleFromObj(NULL, pbar->maximumObj, &maximum); in PbarElementDraw()
/dports/x11-toolkits/tk86/tk8.6.12/macosx/
H A DttkMacOSXTheme.c2297 Tcl_Obj *maximumObj; /* maximum value */ member
2308 Tk_Offset(PbarElement, maximumObj), "100"},
2366 Tcl_GetDoubleFromObj(NULL, pbar->maximumObj, &maximum); in PbarElementDraw()