Set an attribute to a value.
Source position: mui.pas line 687
const MUIM_Set = $8042549a; |
DoMethod(obj, MUIM_Export, [Attr: LongWord; Value: IPTR]);
Set an attribute to a value. Normally, you would set attributes with intuition.library SetAttrs() or with the OM_SET method as with any other boopsi objects. But since these calls need a complete tag list, not just a single attribute/value pair, they are not useful within a MUIM_Notify method.
|
Set a (text kind) attribute to a string. |
|
|
Add a notification event handler to an object |
|
|
Acts like MUIM_Set but doesn't trigger any notification. |