diff -r 58b0e301b78a Lib/idlelib/configDialog.py --- a/Lib/idlelib/configDialog.py Thu Apr 25 12:01:36 2013 -0400 +++ b/Lib/idlelib/configDialog.py Fri Apr 26 09:20:24 2013 -0300 @@ -82,9 +82,6 @@ else: extraKwds=dict(padx=6, pady=3) - self.buttonHelp = Button(frameActionButtons,text='Help', - command=self.Help,takefocus=FALSE, - **extraKwds) self.buttonOk = Button(frameActionButtons,text='Ok', command=self.Ok,takefocus=FALSE, **extraKwds) @@ -98,7 +95,6 @@ self.CreatePageHighlight() self.CreatePageKeys() self.CreatePageGeneral() - self.buttonHelp.pack(side=RIGHT,padx=5) self.buttonOk.pack(side=LEFT,padx=5) self.buttonApply.pack(side=LEFT,padx=5) self.buttonCancel.pack(side=LEFT,padx=5) @@ -1135,9 +1131,6 @@ self.SaveAllChangedConfigs() self.ActivateConfigChanges() - def Help(self): - pass - if __name__ == '__main__': #test the dialog root=Tk()

AltStyle によって変換されたページ (->オリジナル) /