GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


GiD_Event_AfterReadPreferences: will be called just after GiD read from filename the Tcl and C++ preferences

proc GiD_Event_AfterReadPreferences{ filename } {
}


GiD_Event_AfterSavePreferences: will be called just after GiD saves in filename the C++ and Tcl preferences

proc GiD_Event_AfterSavePreferences{ filename  } {
}


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

proc GiD_Event_AfterSaveKernelDefaults { filename } {
}
  • No labels