Warning: main(/www/www/htdocs/style/globals.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/libs/ptsuperclassinit.html on line 1
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/globals.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/libs/ptsuperclassinit.html on line 1
Warning: main(/www/www/htdocs/style/header.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/libs/ptsuperclassinit.html on line 8
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/header.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/libs/ptsuperclassinit.html on line 8
Invoke the Initialize method of specified widget class
int PtSuperClassInit( PtWidgetClassRef_t *cref,
PtWidget_t *widget );
int PtSuperClassInitFrom( PtWidgetClassRef_t *cref,
PtWidget_t *widget );
- cref
- The superclass whose method you want to call.
- widget
- A pointer to the widget for which to call the superclass's method.
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.
- Pt_CONTINUE
- The Initialization method chain can continue.
- Pt_HALT or Pt_END
- The Initialization method chaining should stop.
Photon
Safety: | |
Interrupt handler |
No |
Signal handler |
No |
Thread |
No |
Warning: main(/www/www/htdocs/style/footer.php) [function.main]: failed to open stream: No such file or directory in /www/www/docs/6.4.1/photon/wid_build/libs/ptsuperclassinit.html on line 111
Warning: main() [function.include]: Failed opening '/www/www/htdocs/style/footer.php' for inclusion (include_path='.:/www/www/common:/www/www/php/lib/php') in /www/www/docs/6.4.1/photon/wid_build/libs/ptsuperclassinit.html on line 111