![]()  | 
![]()  | 
![]()  | 
![]()  | 
Invoke the 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 | 
![]()  | 
![]()  | 
![]()  | 
![]()  |