Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

PhABResExportFull_t.set_state()

A function exported by PhAB to set the state of a window created by create_window()

Synopsis:

int set_state  (
  PhabResWindowHandle_t wnd,
  ResFullWindowState_t state );

Arguments:

wnd
The window handle returned by PhABExportCreateWindowF_t create_window().
state
The render action to take. Can be one of:

Description:

This function is exported from PhAB in the PhABResExportFull_t structure.

You can call this function from a full resource editor to render the window created in create_window() in a certain state.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

See also:

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