[Previous] [Contents] [Index] [Next]

PtGenListSetGflags()

Modify the gflags field of the widget

Synopsis:

unsigned PtGenListSetGflags( PtWidget_t *widget, 
                             unsigned value, 
                             unsigned mask );

Description:

This function modifies the gflags field of the widget. The bits defined by mask will be set to the value defined by value.

Returns:

The old value of gflags.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

[Previous] [Contents] [Index] [Next]