X7ROOT File Manager
Current Path:
/usr/lib64/python3.8/tkinter
usr
/
lib64
/
python3.8
/
tkinter
/
ðŸ“
..
📄
__init__.py
(165.45 KB)
📄
__main__.py
(148 B)
ðŸ“
__pycache__
📄
colorchooser.py
(2.56 KB)
📄
commondialog.py
(1.19 KB)
📄
constants.py
(1.46 KB)
📄
dialog.py
(1.48 KB)
📄
dnd.py
(11.22 KB)
📄
filedialog.py
(14.24 KB)
📄
font.py
(6.56 KB)
📄
messagebox.py
(3.62 KB)
📄
scrolledtext.py
(1.77 KB)
📄
simpledialog.py
(11.48 KB)
📄
tix.py
(75.04 KB)
📄
ttk.py
(55.72 KB)
Editing: constants.py
# Symbolic constants for Tk # Booleans NO=FALSE=OFF=0 YES=TRUE=ON=1 # -anchor and -sticky N='n' S='s' W='w' E='e' NW='nw' SW='sw' NE='ne' SE='se' NS='ns' EW='ew' NSEW='nsew' CENTER='center' # -fill NONE='none' X='x' Y='y' BOTH='both' # -side LEFT='left' TOP='top' RIGHT='right' BOTTOM='bottom' # -relief RAISED='raised' SUNKEN='sunken' FLAT='flat' RIDGE='ridge' GROOVE='groove' SOLID = 'solid' # -orient HORIZONTAL='horizontal' VERTICAL='vertical' # -tabs NUMERIC='numeric' # -wrap CHAR='char' WORD='word' # -align BASELINE='baseline' # -bordermode INSIDE='inside' OUTSIDE='outside' # Special tags, marks and insert positions SEL='sel' SEL_FIRST='sel.first' SEL_LAST='sel.last' END='end' INSERT='insert' CURRENT='current' ANCHOR='anchor' ALL='all' # e.g. Canvas.delete(ALL) # Text widget and button states NORMAL='normal' DISABLED='disabled' ACTIVE='active' # Canvas state HIDDEN='hidden' # Menu item types CASCADE='cascade' CHECKBUTTON='checkbutton' COMMAND='command' RADIOBUTTON='radiobutton' SEPARATOR='separator' # Selection modes for list boxes SINGLE='single' BROWSE='browse' MULTIPLE='multiple' EXTENDED='extended' # Activestyle for list boxes # NONE='none' is also valid DOTBOX='dotbox' UNDERLINE='underline' # Various canvas styles PIESLICE='pieslice' CHORD='chord' ARC='arc' FIRST='first' LAST='last' BUTT='butt' PROJECTING='projecting' ROUND='round' BEVEL='bevel' MITER='miter' # Arguments to xview/yview MOVETO='moveto' SCROLL='scroll' UNITS='units' PAGES='pages'
Upload File
Create Folder