...
Code Block |
---|
proc GiD_Event_BeforeSetCursor { name togle } {
} |
name is the cursor name that will be set, and togle is the widget name
Some events that allow show the appropiated appropriated widgets
GiD_Event_BeforeSetWarnLine
GiD_Event_MessageBoxModeless
GiD_Event_MessageBoxOk
GiD_Event_MessageBoxEntry
GiD_Event_MessageBoxCombobox
GiD_Event_MessageBoxGetGeneralMeshSize
Note: The GiD_Event_GetRecommendedMeshSize could be used to modidy modify the default mesh size recommended by GiD (and provided to GiD_Event_MessageBoxGetGeneralMeshSize). It must return a positive real value.
GiD_Event_GetRecommendedMeshSize
GiD_Event_MessageBoxOptionsButtons
GiD_Event_MessageBoxOptionsButtonsModeless
...