Lines Matching refs:frame
100 frame: encloses all other widgets
114 self.frame = frame = Frame(self, padding="5px")
115 self.frame.grid(sticky="nwes")
116 self.note = note = Notebook(frame)
135 """Return frame of action buttons for dialog.
158 outer = Frame(self.frame, padding=2)
297 """Return frame of widgets for Font tab.
469 """Return frame of widgets for Highlights tab.
493 Function set_color_sample() sets the background color for the frame
535 frame background will be updated.
556 set_color_sample: Set frame background to target.
566 Widgets of highlights page frame: (*) widgets bound to self
616 # body frame and section frames.
998 """Set the color of the frame background to reflect the selected target.
1128 """Return frame of widgets for Keys tab.
1188 Widgets for KeysPage(frame): (*) widgets bound to self
1568 """Return frame of widgets for Windows tab.
1778 """Return frame of widgets for Shell/Ed tab.
1952 # Create the frame holding controls for each extension.
2028 """Create a frame holding the widgets to configure one extension"""
2367 """A pure Tkinter vertically scrollable frame.
2369 * Use the 'interior' attribute to place widgets inside the scrollable frame
2371 * This frame only allows vertical scrolling
2388 # Create a frame inside the canvas which will be scrolled with it.
2392 # Track changes to the canvas and frame width and sync them,
2395 # Update the scrollbars to match the size of the inner frame.
2402 # Update the inner frame's width to fill the canvas.