Message parameter passed for GM_LAYOUT
Source position: intuition.pas line 3360
type tgpLayout = record |
||
MethodID: LongWord; |
|
|
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; |
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!