Lines Matching refs:list

38     elif isinstance(value, (list, tuple)):
134 """Formats a layout list so we can pass the result to ttk::style
136 be a list necessarily.
225 """Construct a list from the given statespec tuple according to the
236 elif not isinstance(state, (tuple, list)):
245 """Construct a list from the tuple returned by ttk::layout, this is
312 val = list(map(_convert_stringval, val))
367 Each key in kw is an option and each value should be a list or a
368 tuple (usually) containing statespecs grouped in tuples, or list,
396 layoutspec is expected to be a list or an object different than
398 If it is a list (or tuple, or something else), each item should be
420 Specifies a list of elements to place inside the
443 """Returns the list of elements defined in the current theme."""
449 """Return the list of elementname's options."""
484 """Returns a list of all known themes."""
662 """Ttk Combobox widget combines a text field with a pop-down list of
682 element at position newindex in the list of values. Otherwise,
683 returns the index of the current value in the list of values
684 or -1 if the current value does not appear in the list."""
875 """Returns a list of windows managed by the notebook."""
1126 It is commonly used for number entry or to select from a list of
1153 Each item has a textual label, an optional image, and an optional list
1316 """Returns the integer index of item within its parent's list
1327 end, specifying where in the list of parent's children to insert
1357 """Moves item to position index in parent's list of children.
1401 if len(items) == 1 and isinstance(items[0], (tuple, list)):
1464 specified item has the given tagname. Otherwise, returns a list of