initialize_routine

The initialize_routine function is called immediately after the install_routine function. Required by the Panel API; initialize_routine is one of the functions that defines the gauge interface. To initialize the drawing elements, call either (Panel API functions) the element_list_initialize function or element_initialize function.

Syntax

initialize_routine( )

Example

void initialize_routine()

{

element_list_initialize(list);

}