The draw_routine function is called to draw the gauge on the panel window. Required by the Panel API; draw_routine is one of the functions that defines the gauge interface. To render the drawing elements, call either (Panel API functions) the element_list_plot function or element_plot function.
Syntax
draw_routine( )
Example
void draw_routine ()
{
element_list_plot(list);
}