Updateframe

void Updateframe(t_frame *pf,int redrawnow);

Invalidates all tables within the frame window. If redrawnow is 1, immediately redraws the whole frame.


Parameters:

pf
(in) Pointer to the structure of type t_frame, descriptor of the frame window
redrawnow
(in) Flag indicating whether frame window must be immediately repainted


Return values:

None


See also:
Frames, t_frame, Createframewindow(), Getactiveframe()