Unit 'intuition' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#os4units]

RefreshWindowFrame

Ask Intuition to redraw your window border.

Declaration

Source position: intuition.pas line 3878

procedure RefreshWindowFrame(

  Window: PWindow

);

Arguments

Window

  

A pointer to a Window structure

Description

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.


Documentation generated on: 2021-07-30