PhABResExportFull_t.to_front()

A function exported by PhAB to bring to the front a window created by create_window()

Synopsis:

void to_front  (
  PhabResWindowHandle_t wnd )

Arguments:

wnd
The window handle returned by PhABExportCreateWindowF_t create_window().

Description:

This function is exported from PhAB in the PhABResExportFull_t structure.

Call this function from the full resource editor to bring its window to the front.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

create_window(), destroy(), get_area(), get_res(), PhABResExportFull_t, set_state().