hm_wm

Provides a limited interface to the HyperMesh window.

Syntax

hm_wm option ?value?

Type

HyperMesh Tcl GUI Command

Description

This command returns the value of certain HyperMesh window settings. It can also set the window title string.

Inputs

option ?value?
The option to query/set. Valid values are:
  • graphicfont - Returns the font used for the modeling window.
  • menufont - Returns the font used for the window panel area.
  • pulldowns - Returns the Tk path to the menu area.
  • title - Returns the current window title string.
  • title value - Sets the current window title string to value.

Example

To change the current window title:

set curTitle [hm_wm title]
hm_wm title "$curTitle - My HyperMesh"

Errors

None.