r3infmsg

r3infmsg

Class

real/code/r3infmsg.h

Library

r3code

Description:

Info message object

See Also

oops/r3root.h

Super Class

r3Root

R3CLID_ROOT

JavaScript

r3Infomessage

Class Identifier

R3CLID_INFOMESSAGE - 1639

Methods

Attributes

Type,

Type

Attribute

Type

Identifier

R3INFOMSGA_Type

JavaScript type

Integer

C type

R3INT

Description

R3APP_INFO/ERROR/WARNING

Syntax


jsobj.SetType(value);
value = jsobj.GetType();


R3INT value = ...;
R3SetAttrs(r3obj, R3INFOMSGA_Type, value, R3TAG_END);
R3INT value;
R3GetAttrs(r3obj, R3INFOMSGA_Type, &value, R3TAG_END);

Tags

Tags

R3INFOMSGA_Icon