[Overview][Constants][Types][Procedures and functions][Variables][Index] Reference for unit 'Intuition' (#aros)

TgpLayout

Message parameter passed for GM_LAYOUT

Declaration

Source position: intuition.pas line 2130

type TgpLayout = record

  MethodID: LongWord;

  

GM_LAYOUT

  gpl_GInfo: PGadgetInfo;

  

  gpl_Initial: LongWord;

  

Boolean that indicated, if this method was invoked, when you are added to a window (True) or if it is called, because the window was resized (False).

end;

Description

This method is called by intuition, if on of the GFLG_REL* flags or one of the GA_Rel* attributes is set and the window size changes or you are added to a window. In this method you should re-evaluate the size of yourself. You are not allowed to do any rendering operation during this method!


Documentation generated on: 2017-01-10