Home | History | Annotate | Download | only in idlelib

Lines Matching refs:frameIndentSize

141         frameIndentSize=Frame(frameIndent)
142 labelSpaceNumTitle=Label(frameIndentSize, justify=LEFT,
144 self.scaleSpaceNum=Scale(frameIndentSize, variable=self.spaceNum,
163 frameIndentSize.pack(side=TOP,fill=X)