Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 612 Bytes

RefreshWindowFrame.md

File metadata and controls

36 lines (21 loc) · 612 Bytes

NAME

RefreshWindowFrame -- Ask Intuition to redraw your window border.

SYNOPSIS

    RefreshWindowFrame( Window )
                        A0

    VOID RefreshWindowFrame( struct Window * );

Links: Window Window

FUNCTION

Refreshes the border of a window, including title region and all of the window's gadgets.

You may use this call if you wish to update the display of your borders. The expected use of this is to correct unavoidable corruption.

INPUTS

Window = a pointer to a Window structure

RESULT None

BUGS

SEE ALSO