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

PtSuperClassGetResources()

Get the specified resource

Synopsis:

int PtSuperClassGetResources( 
                      PtWidgetClassRef_t *wc_ref,
                      PtWidget_t *widget, 
                      int num_args, 
                      PtArg_t *args );

Description:

This function gets resources given by num_args and args in the manner defined by wc_ref. This is extremely helpful when overriding the query_f member of an overridden resource.

Classification:

Photon

Safety:
Interrupt handler No
Signal handler No
Thread No

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