| ![[Previous]](../image-lib/prev.gif) | ![[Contents]](../image-lib/contents.gif) | ![[Index]](../image-lib/keyword_index.gif) | ![[Next]](../image-lib/next.gif) | 
Invoke Connection method of specified widget class
int PtSuperClassConnect( 
        PtWidgetClassRef_t *cref,
        PtWidget_t *widget);
int PtSuperClassConnectFrom( 
        PtWidgetClassRef_t *cref,
        PtWidget_t *widget );
PtSuperClassConnect() invokes the Connection method of the specified widget class cref.
PtSuperClassConnectFrom() calls the Connection methods of all superclasses starting with the superclass specified by cref.
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) |