Lines Matching refs:pack

131         note.pack(side=TOP, expand=TRUE, fill=BOTH)
132 self.create_action_buttons().pack(side=BOTTOM)
168 self.buttons[txt].pack(side=LEFT, padx=5)
170 Frame(outer, height=2, borderwidth=0).pack(side=TOP)
171 buttons_frame.pack(side=BOTTOM)
367 # Grid and pack widgets:
374 frame_font_name.pack(side=TOP, padx=5, pady=5, fill=X)
375 frame_font_param.pack(side=TOP, padx=5, pady=5, fill=X)
376 font_name_title.pack(side=TOP, anchor=W)
377 self.fontlist.pack(side=LEFT, expand=TRUE, fill=X)
378 scroll_font.pack(side=LEFT, fill=Y)
379 font_size_title.pack(side=LEFT, anchor=W)
380 self.sizelist.pack(side=LEFT, anchor=W)
381 self.bold_toggle.pack(side=LEFT, anchor=W, padx=20)
383 font_sample_frame.pack(expand=TRUE, fill=BOTH)
701 frame_custom.pack(side=LEFT, padx=5, pady=5, expand=TRUE, fill=BOTH)
702 frame_theme.pack(side=TOP, padx=5, pady=5, fill=X)
704 self.frame_color_set.pack(side=TOP, padx=5, pady=5, fill=X)
705 frame_fg_bg_toggle.pack(side=TOP, padx=5, pady=0)
706 sample_frame.pack(
708 self.button_set_color.pack(side=TOP, expand=TRUE, fill=X, padx=8, pady=4)
709 self.targetlist.pack(side=TOP, expand=TRUE, fill=X, padx=8, pady=3)
710 self.fg_on.pack(side=LEFT, anchor=E)
711 self.bg_on.pack(side=RIGHT, anchor=W)
712 self.button_save_custom.pack(side=BOTTOM, fill=X, padx=5, pady=5)
714 theme_type_title.pack(side=TOP, anchor=W, padx=5, pady=5)
715 self.builtin_theme_on.pack(side=TOP, anchor=W, padx=5)
716 self.custom_theme_on.pack(side=TOP, anchor=W, padx=5, pady=2)
717 self.builtinlist.pack(side=TOP, fill=X, padx=5, pady=5)
718 self.customlist.pack(side=TOP, fill=X, anchor=W, padx=5, pady=5)
719 self.button_delete_custom.pack(side=TOP, fill=X, padx=5, pady=5)
720 self.theme_message.pack(side=TOP, fill=X, pady=5)
1264 frame_custom.pack(side=BOTTOM, padx=5, pady=5, expand=TRUE, fill=BOTH)
1265 frame_key_sets.pack(side=BOTTOM, padx=5, pady=5, fill=BOTH)
1267 self.button_new_keys.pack(side=BOTTOM, fill=X, padx=5, pady=5)
1268 frame_target.pack(side=LEFT, padx=5, pady=5, expand=TRUE, fill=BOTH)
1282 self.button_delete_custom_keys.pack(side=LEFT, fill=X, expand=True, padx=2)
1283 self.button_save_custom_keys.pack(side=LEFT, fill=X, expand=True, padx=2)
1284 frames[0].pack(side=TOP, fill=BOTH, expand=True)
1285 frames[1].pack(side=TOP, fill=X, expand=True, pady=2)
1702 frame_window.pack(side=TOP, padx=5, pady=5, expand=TRUE, fill=BOTH)
1704 frame_run.pack(side=TOP, padx=5, pady=0, fill=X)
1705 startup_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1706 self.startup_shell_on.pack(side=RIGHT, anchor=W, padx=5, pady=5)
1707 self.startup_editor_on.pack(side=RIGHT, anchor=W, padx=5, pady=5)
1709 frame_win_size.pack(side=TOP, padx=5, pady=0, fill=X)
1710 win_size_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1711 self.win_height_int.pack(side=RIGHT, anchor=E, padx=10, pady=5)
1712 win_height_title.pack(side=RIGHT, anchor=E, pady=5)
1713 self.win_width_int.pack(side=RIGHT, anchor=E, padx=10, pady=5)
1714 win_width_title.pack(side=RIGHT, anchor=E, pady=5)
1716 frame_cursor.pack(side=TOP, padx=5, pady=0, fill=X)
1717 indent_title.pack(side=LEFT, anchor=W, padx=5)
1718 self.indent_chooser.pack(side=LEFT, anchor=W, padx=10)
1719 self.cursor_blink_bool.pack(side=RIGHT, anchor=E, padx=15, pady=5)
1721 frame_autocomplete.pack(side=TOP, padx=5, pady=0, fill=X)
1722 auto_wait_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1723 self.auto_wait_int.pack(side=TOP, padx=10, pady=5)
1725 frame_paren1.pack(side=TOP, padx=5, pady=0, fill=X)
1726 paren_style_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1727 self.paren_style_type.pack(side=TOP, padx=10, pady=5)
1728 frame_paren2.pack(side=TOP, padx=5, pady=0, fill=X)
1729 paren_time_title.pack(side=LEFT, anchor=W, padx=5)
1730 self.bell_on.pack(side=RIGHT, anchor=E, padx=15, pady=5)
1731 self.paren_flash_time.pack(side=TOP, anchor=W, padx=15, pady=5)
1733 frame_format.pack(side=TOP, padx=5, pady=0, fill=X)
1734 format_width_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1735 self.format_width_int.pack(side=TOP, padx=10, pady=5)
1860 frame_shell.pack(side=TOP, padx=5, pady=5, fill=BOTH)
1861 Label(self).pack() # Spacer -- better solution?
1862 frame_editor.pack(side=TOP, padx=5, pady=5, fill=BOTH)
1864 frame_auto_squeeze_min_lines.pack(side=TOP, padx=5, pady=0, fill=X)
1865 auto_squeeze_min_lines_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1866 self.auto_squeeze_min_lines_int.pack(side=TOP, padx=5, pady=5)
1868 frame_save.pack(side=TOP, padx=5, pady=0, fill=X)
1869 run_save_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1870 self.save_auto_on.pack(side=RIGHT, anchor=W, padx=5, pady=5)
1871 self.save_ask_on.pack(side=RIGHT, anchor=W, padx=5, pady=5)
1873 frame_line_numbers_default.pack(side=TOP, padx=5, pady=0, fill=X)
1874 line_numbers_default_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1875 self.line_numbers_default_bool.pack(side=LEFT, padx=5, pady=5)
1877 frame_context.pack(side=TOP, padx=5, pady=0, fill=X)
1878 context_title.pack(side=LEFT, anchor=W, padx=5, pady=5)
1879 self.context_int.pack(side=TOP, padx=5, pady=5)
2138 frame_helplist.pack(side=LEFT, padx=5, pady=5, expand=TRUE, fill=BOTH)
2139 self.helplist.pack(side=LEFT, anchor=E, expand=TRUE, fill=BOTH)
2140 scroll_helplist.pack(side=RIGHT, anchor=W, fill=Y)
2141 frame_buttons.pack(side=RIGHT, padx=5, pady=5, fill=Y)
2142 self.button_helplist_edit.pack(side=TOP, anchor=W, pady=5)
2143 self.button_helplist_add.pack(side=TOP, anchor=W)
2144 self.button_helplist_remove.pack(side=TOP, anchor=W, pady=5)
2370 * Construct and pack/place/grid normally
2378 vscrollbar.pack(fill=Y, side=RIGHT, expand=FALSE)
2381 canvas.pack(side=LEFT, fill=BOTH, expand=TRUE)