Lines Matching full:specified
6 TIP #48 (http://tip.tcl.tk/48) specified style engine.
145 if len(args) > 1: # elementfrom specified
308 If no option is specified, a dict is returned. If a option is
309 specified with the None value, the value for that option is returned.
315 if len(options) % 2: # option specified without a value, return its value
359 "No master specified and Tkinter is "
381 """Query or sets the default value of the specified option(s) in
392 """Query or sets dynamic values of the specified option(s) in
408 """Returns the value specified for option in style.
410 If state is specified it is expected to be a sequence of one
483 specified, the new theme will inherit styles, elements and
484 layouts from the specified parent theme. If settings are present,
497 """Temporarily sets the current theme to themename, apply specified
502 are expected to have the same format as specified by the methods
569 If callback is not specified, returns True if the widget state
570 matches statespec and False otherwise. If callback is specified,
682 """Force revalidation, independent of the conditions specified
843 """Removes the tab specified by tab_id, unmaps and unmanages the
849 """Hides the tab specified by tab_id.
864 """Returns the numeric index of the tab specified by tab_id, or
870 """Inserts a pane at the specified position.
874 moves it to the specified position."""
879 """Selects the specified tab.
892 is specified, returns the value of that option. Otherwise, sets the
956 """Inserts a pane at the specified positions.
960 moves it to the specified position."""
965 """Query or modify the options of the specified pane.
969 option is specified then the value for that option is returned.
977 """If newpos is specified, sets the position of sash number index.
1055 no command is specified."""
1091 corresponding to the coordinates x, y if they are specified.
1179 window) of the specified item in the form x y width height.
1181 If column is specified, returns the bounding box of that cell.
1190 If item is not specified, returns root children."""
1204 """Query or modify the options for the specified column.
1207 option is specified then the value for that option is returned.
1215 """Delete all specified items and all their descendants. The root
1221 """Unlinks all of the specified items from the tree.
1230 """Returns True if the specified item is present in the tree,
1236 """If item is specified, sets the focus item to item. Otherwise,
1242 """Query or modify the heading options for the specified column.
1245 option is specified then the value for that option is returned.
1274 """Returns a description of the specified component under the
1327 is specified, it is used as the item identifier, iid must not
1341 """Query or modify the options for the specified item.
1344 is returned. If option is specified then the value for that option
1392 """If selop is not specified, returns selected items."""
1418 for the specified item. With two arguments, returns the current
1419 value of the specified column. With three arguments, sets the
1420 value of given column in given item to the specified value."""
1436 """Query or modify the options for the specified tagname.
1439 If option is specified, returns the value for that option for the
1440 specified tagname. Otherwise, sets the options to the corresponding
1449 """If item is specified, returns 1 or 0 depending on whether the
1450 specified item has the given tagname. Otherwise, returns a list of
1451 all items which have the specified tag.
1469 If variable is not specified, a Tkinter.IntVar is created.
1560 value specified by the default parameter, the menu values given by