Source position: mui.pas line 1981
type TMUI_AreaData = record |
mad_RenderInfo: PMUI_RenderInfo; |
mad_Background: PMUI_ImageSpec_intern; |
mad_Font: PTextFont; |
mad_MinMax: TMUI_MinMax; |
mad_Box: TIBox; |
mad_addleft: ShortInt; |
mad_addtop: ShortInt; |
mad_subwidth: ShortInt; |
mad_subheight: ShortInt; |
mad_Flags: LongWord; |
mad_Flags2: LongWord; |
mad_HorizWeight: Word; |
mad_VertWeight: Word; |
mad_IDCMP: LongWord; |
mad_BackgroundSpec: STRPTR; |
mad_FontPreset: IPTR; |
mad_FrameTitle: STRPTR; |
mad_InnerLeft: ShortInt; |
mad_InnerTop: ShortInt; |
mad_InnerRight: ShortInt; |
mad_InnerBottom: ShortInt; |
mad_FrameOBSOLETE: ShortInt; |
mad_InputMode: ShortInt; |
mad_ControlChar: Char; |
mad_TitleHeightAdd: ShortInt; |
mad_TitleHeightBelow: ShortInt; |
mad_TitleHeightAbove: ShortInt; |
mad_Frame: IPTR; |
mad_HardHeight: SmallInt; |
mad_HardWidth: SmallInt; |
mad_HardWidthTxt: STRPTR; |
mad_HardHeightTxt: STRPTR; |
mad_SelBack: APTR; |
mad_ShortHelp: STRPTR; |
mad_ehn: TMUI_EventHandlerNode; |
mad_Timer: TMUI_InputHandlerNode; |
mad_Timeval: LongWord; |
mad_ccn: TMUI_EventHandlerNode; |
mad_ContextMenu: APTR; |
mad_ClickX: LongInt; |
mad_ClickY: LongInt; |
mad_ContextZMenu: APTR; |
mad_hiehn: TMUI_EventHandlerNode; |
mad_DisableCount: LongInt; |
end; |