Next: Type Checker Up: Declaring and Using Previous: Declaring and Using

 

Initialization of Public Variables 

When a widget instance is created, all of its public variables are initialized by the Tix Intrinsics before the InitWidgetRec method is called. Therefore, InitWidgetRec and any other method of this widgte instance are free to assume that all the public variables have been properly initialized and use them as such.

The public variables are initialized by the following criteria.


http://tix.sourceforge.net