Function exported by PhAB to inform PhAB that the resource editor is closing
void closing ( PhABHandle_t phab )
This function is exported from PhAB in the PhABResExportFull_t structure
This function is called from the full resource editor to inform PhAB that the editor wants to initiate the closing procedure. This function should not be called from inside the resource editor's destroy function, since in this case PhAB initiated the closing procedure.
Closing the plugin window may be triggered by a user clicking a Cancel button or the window's close button. This function should be called before the closing occurs, because PhAB may cancel the closing action.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhABResExportFull_t, ResPluginAnyChangesF_t ResPluginFullCreateF_t.