GRAYBYTE WORDPRESS FILE MANAGER6075

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /lib64/python2.7/Demo/tix/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /lib64/python2.7/Demo/tix//grid.py
###
import Tix as tk
from pprint import pprint

r= tk.Tk()
r.title("test")

l=tk.Label(r, name="a_label")
l.pack()

class MyGrid(tk.Grid):
    def __init__(self, *args, **kwargs):
        kwargs['editnotify']= self.editnotify
        tk.Grid.__init__(self, *args, **kwargs)
    def editnotify(self, x, y):
        return True

g = MyGrid(r, name="a_grid",
selectunit="cell")
g.pack(fill=tk.BOTH)
for x in xrange(5):
    for y in xrange(5):
        g.set(x,y,text=str((x,y)))

c = tk.Button(r, text="Close", command=r.destroy)
c.pack()

tk.mainloop()

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
June 15 2024 08:34:37
root / root
0755
bitmaps
--
June 15 2024 08:34:37
root / root
0755
samples
--
June 15 2024 08:34:37
root / root
0755
INSTALL.txt
3.672 KB
April 19 2020 21:13:39
root / root
0644
README.txt
0.709 KB
April 19 2020 21:13:39
root / root
0644
grid.py
0.537 KB
April 19 2020 21:13:39
root / root
0644
grid.pyc
1.25 KB
April 10 2024 04:58:47
root / root
0644
grid.pyo
1.25 KB
April 10 2024 04:58:47
root / root
0644
tixwidgets.py
37.506 KB
April 19 2020 21:13:39
root / root
0644
tixwidgets.pyc
37.699 KB
April 10 2024 04:58:47
root / root
0644
tixwidgets.pyo
37.699 KB
April 10 2024 04:58:47
root / root
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF