This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs. |
Modify the attributes of a window's region
int PhWindowChange( unsigned fields, unsigned flags, const PhRegion_t *region, const PhRect_t *rect, const PhWindowInfo_t *win_info );
ph
This function lets you modify the attributes and window information of a window's region. The Window Manager is notified of this change and responds accordingly.
Don't use this function in an application that uses widgets. |
This function changes the definition of the window region specified by region->rid.
Photon
Safety: | |
---|---|
Interrupt handler | No |
Signal handler | No |
Thread | No |
PhRect_t, PhRegion_t, PhRegionClose(), PhRegionOpen() in the Photon Library Reference
See PhWm.h for a description of PhWindowInfo_t.