Operators |
dev_show_tool — Shows the specified tool.
dev_show_tool executes the action Action on the tool ToolId
Instead of using the ToolId, given during opening the tool, you can use the name that has to be used in dev_open_tool. In that case an arbitrary tool, which fits the parameter ToolId, is used.
Activates the tool.
Shows the tool, brings it to the front and activates it.
Minimizes the tool.
Maximizes the tool.
Hides the tool.
This operator is not supported for code export.
Tool identifier.
Action to execute.
dev_open_tool ('matching_assistant', 0, 0, 'default','default', ToolId) dev_show_tool (ToolId, 'minimize')
If the values of the specified parameters are correct, dev_show_tool returns 2 (H_MSG_TRUE). Otherwise an exception is raised and an error code returned.
dev_set_tool_geometry, dev_open_tool
Foundation
Operators |