A function exported by PhAB to destroy a window created by create_window()
void destroy ( PhabResWindowHandle_t wnd )
This function is exported from PhAB in the PhABResExportFull_t structure.
This convenience function should be called from the full editor to destroy the convenience window wnd, created by calling create_window(). The only time this function should be called is from the destroy method of the full resource editor.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
create_window(), get_area(), get_res(), PhABResExportFull_t, set_state(), to_front().