| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Invoke Initialize method of specified widget class
int PtSuperClassInit( PtWidgetClassRef_t *cref, 
                      PtWidget_t *widget );
int PtSuperClassInitFrom( PtWidgetClassRef_t *cref,
                      PtWidget_t *widget );
PtSuperClassInit() invokes the Initialize method of the specified widget class cref.
PtSuperClassInitFrom() calls the Initialize method of all superclasses starting with the superclass specified by cref. When PtSuperClassInitFrom() is used in a Initialize method, Pt_END should be returned.
Photon
| Safety: | |
|---|---|
| Interrupt handler | No | 
| Signal handler | No | 
| Thread | No | 
| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) |