Home | History | Annotate | Download | only in idlelib

Lines Matching refs:pack

64         self.padding_frame.pack(side=TOP, fill=X, expand=False)
106 tab_row.pack(side=TOP, fill=X, expand=0)
113 tab_row.pack(side=TOP, fill=X, expand=0)
120 tab.pack(side=LEFT, fill=X, expand=True)
122 tab.pack(side=LEFT)
200 self.button.pack(side=LEFT, fill=X, expand=True)
299 TabbedPageSet. Do not call the page's pack/place/grid/destroy methods.
348 """Page class using the pack placement manager's "forget" mechanism."""
350 self.frame.pack(fill=BOTH, expand=True)
381 * PagePackForget - This mechanism uses the pack placement manager.
476 tabPage.pack(side=TOP, expand=TRUE, fill=BOTH)
477 Label(tabPage.pages['Foobar'].frame, text='Foo', pady=20).pack()
478 Label(tabPage.pages['Foobar'].frame, text='Bar', pady=20).pack()
479 Label(tabPage.pages['Baz'].frame, text='Baz').pack()
486 buttonAdd.pack(padx=5, pady=5)
487 buttonRemove.pack(padx=5, pady=5)
488 labelPgName.pack(padx=5)
489 entryPgName.pack(padx=5)