Lines Matching refs:list

77         # The second value is the display name list sort index.
397 # Set sorted no-duplicate editor font selection list and font_name.
435 """Handle selecting a font from the list.
485 from each list is stored in vars builtin_name and custom_name.
515 tags from this list populates highlight_target, which has a callback
641 ('list', 'builtin'), ('(', 'normal'),
768 theme_names = list(self.theme_elements.keys())
1100 # Reload user theme list.
1143 respectively, and the current item from each list is stored in
1154 and are pairs of (event, [keys]) where keys can be a list
1314 # Load keyset element list.
1381 A selection of a key/binding in the list of current
1399 current_key_sequences = list(current_bindings.values())
1471 """Reload the list of action/key binding pairs for the active key set.
1480 bind_names = list(keyset.keys())
1531 # Reload user key set list.
1667 state="readonly", values=list(range(1,11)), width=3)
1922 extension_selected: Handle selection from list.
1976 # Bring 'enable' options to the beginning of the list.
2013 "Handle selection of an extension from the list."
2099 load_helplist loads list user_helplist with
2151 "Toggle the state for the help list buttons based on list entries."
2152 if self.helplist.size() < 1: # No entries in list.
2164 """Handle add button for the help list.
2167 them to the list.
2176 """Handle edit button for the help list.
2196 """Handle remove button for the help list.
2198 Delete the help list item from config.
2245 """Add (var, callback) tuple to untraced list.