Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(2) | Call(2) | Derive(0) | Import(0)
src/c/h/chessproblem.ui-0.3.3/chessproblem/ui/info.py chessproblem.ui(Download)
self.new_author_button.grid(row=0, column=4, padx=4, sticky=tk.E+tk.W) self.authorlistbox = ScrollableListbox(master) self.authorlistbox.set_objects(self.problem.authors) self.authorlistbox.grid(row=1, column=3, columnspan=2, pady=4, sticky=tk.E+tk.W) LOGGER.info('AuthorSearchDialog.body(...) ... done.')
self.author_listbox = ScrollableListbox(master, selectmode=tk.EXTENDED) self.author_listbox.grid(row=1, column=0) self.author_listbox.set_objects(self.db_service.known_import_authors()) self.action_label = tk.Label(master, text='Leave marked to be imported ...') self.action_label.grid(row=2, column=0)