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

GM_LAYOUT

GadgetClass Method ID. Re-evaluate your size based on the GadgetInfo Domain. Do NOT re-render yourself yet, you will be called when it is time...

Declaration

Source position: intuition.pas line 2038

const GM_LAYOUT = 6;

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!

See also

PgpLayout

  

Pointer to Message parameter passed for GM_LAYOUT

TgpLayout

  

Message parameter passed for GM_LAYOUT


Documentation generated on: 2017-01-10