Lines Matching refs:RIGHT
16 TOP, BOTTOM, RIGHT, LEFT, SOLID, GROOVE,
711 self.bg_on.pack(side=RIGHT, anchor=W)
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)
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)
1719 self.cursor_blink_bool.pack(side=RIGHT, anchor=E, padx=15, pady=5)
1730 self.bell_on.pack(side=RIGHT, anchor=E, padx=15, 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)
2140 scroll_helplist.pack(side=RIGHT, anchor=W, fill=Y)
2141 frame_buttons.pack(side=RIGHT, padx=5, pady=5, fill=Y)
2378 vscrollbar.pack(fill=Y, side=RIGHT, expand=FALSE)