Lines Matching refs:size
6 and default window size. Define additional help sources.
299 Fonts: Enable users to provisionally change font face, size, or
411 # Set font size dropdown.
429 changes.add_option('main', 'EditorWindow', 'font-size', value)
2048 # Limit size to fit non-expanding space with larger font.
2152 if self.helplist.size() < 1: # No entries in list.
2299 particular system and will not necessarily have the same size as the
2395 # Update the scrollbars to match the size of the inner frame.
2396 size = (interior.winfo_reqwidth(), interior.winfo_reqheight())
2397 canvas.config(scrollregion="0 0 %s %s" % size)