Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


GiD_Event_AfterReadPreferences: will be called just after GiD read from filename the Tcl and the user preferences file <filename> variables (first Tcl and then C++ preferences)

Code Block
proc GiD_Event_AfterReadPreferences{ filename } {
}

...

GiD_Event_AfterSavePreferences: will be called just after GiD saves in filename the in the user preferences file <filename> the variables (first C++ and then Tcl preferences)

Code Block
proc GiD_Event_AfterSavePreferences{ filename  } {
}

GiD_Event_AfterSaveKernelDefaults: will be called just after save the C++ variables in the user preferences file

Code Block
proc GiD_Event_AfterSaveKernelDefaults { filename } {
}