Lines Matching full:label
433 # Identifier label
435 self.label_id = tk.Label(dlg, anchor=tk.W, justify=tk.LEFT)
439 # Label
440 self.label = tk.Label(dlg, anchor=tk.W, justify=tk.LEFT)
441 self.label['font'] = font.nametofont('TkFixedFont')
442 self.label['text'] = text
443 self.label.pack(fill=tk.X, padx=10, pady=4)
563 # Label that shows position in menu tree
564 self.label_position = tk.Label(
577 self.label_tip = tk.Label(
623 # Label with status information
625 self.label_status = tk.Label(