//usr/lib64/lib64//lib64/lib64//ó
ÛœSec @ s} d Z d d l Td d l Z d e f d „ ƒ YZ e d k ry e ƒ Z d „ Z e e d d d
e ƒj
ƒ e j ƒ n d S( s~
Dialog that allows user to specify a new config file section name.
Used to get new highlight theme and keybinding set names.
iÿÿÿÿ( t *Nt GetCfgSectionNameDialogc B s; e Z d „ Z d „ Z d „ Z d d „ Z d d „ Z RS( c C s> t j | | ƒ | j d d ƒ | j d t d t ƒ | j | ƒ | j | ƒ | j ƒ | j d | j ƒ | | _
| | _ | | _ d | _
| j ƒ | j ƒ | j ƒ | j j d | j j ƒ ƒ | j d | j ƒ | j ƒ d | j ƒ d | j ƒ | j ƒ d | j ƒ d f ƒ | j ƒ | j ƒ d S(
sŽ
message - string, informational message to display
usedNames - list, list of names already in use for validity check
t borderwidthi t heightt widtht WM_DELETE_WINDOWt s +%d+%di N( t Toplevelt __init__t configuret resizablet FALSEt titlet transientt grab_sett protocolt Cancelt parentt messaget usedNamest resultt
CreateWidgetst withdrawt update_idletaskst messageInfot configt frameMaint winfo_reqwidtht geometryt winfo_rootxt winfo_widtht winfo_rootyt winfo_heightt winfo_reqheightt deiconifyt wait_window( t selfR R R R ( ( s7 /usr/lib64/python2.7/idlelib/configSectionNameDialog.pyR s,
c C sš t | ƒ | _ t | ƒ | _ t | d d d t ƒ| _ | j j d t d t d t ƒ t
| j d t d t d d
d d
d | j
ƒ| _ t | j d
| j d d ƒ} | j ƒ | j j d d
d d
ƒ | j d d
d d
ƒ t | ƒ } | j d t d t ƒ t | d d d d d | j ƒ| _ | j j d d d d d d
d d
ƒ t | d d d d d | j ƒ| _ | j j d d d d d d
d d
ƒ d S( NR i t relieft sidet expandt fillt anchort justifyt padxi t padyt textt textvariableR i t Oki t commandt rowi t columnR i ( t StringVart namet fontSizet Framet SUNKENR t packt TOPt TRUEt BOTHt Messaget Wt LEFTR R t Entryt focus_sett BOTTOMt Xt ButtonR/ t buttonOkt gridR t buttonCancel( R$ t entryNamet frameButtons( ( s7 /usr/lib64/python2.7/idlelib/configSectionNameDialog.pyR &