Unmark items that are currently marked
Syntax
unmark_objects [‑rgb <args>] [‑color <arg>] [‑quiet] [‑verbose] [<objects>]
Usage
Name | Description |
---|---|
[-rgb]
|
RGB color index list |
[-color]
|
Valid values are red green blue magenta yellow cyan and orange |
[-quiet]
|
Ignore command errors |
[-verbose]
|
Suspend message limits during command execution |
[<objects>]
|
Objects to unmark |
Categories
Description
Unmarks the specified object or objects that were previously marked by the mark_objects
command. This command is for use in GUI mode.
This command supports the color options as specified below. However, these options are not necessary to unmark a specific object, but can be used to unmark all objects currently marked in the specified color. See the example below.
Arguments
-rgb
<args> - (Optional) The color to unmark in the form of an RGB code specified as {R G B}. For instance, {255 255 0} specifies the color yellow.
-color
<arg> - (Optional) The color to unmark. Supported highlight colors are red, green, blue, magenta, yellow, cyan, and orange.
-quiet
- (Optional) Execute the command quietly, returning no messages from the command. The command also returns TCL_OK regardless of any errors encountered during execution.
-verbose
- (Optional) Temporarily override any message limits and return all messages from this command.
set_msg_config
command.<objects> - (Optional) One or more objects to be unmarked. If no objects are specified, all marked objects of the specified color will be unmarked. If no color is specified, all marked objects will be unmarked.
Examples
unmark_objects [get_selected_objects]
unmark_objects -color yellow