c4d.BitmapButtonStruct
¶
New in version R17.032.
Bitmap button data type (
CUSTOMDATATYPE_BITMAPBUTTON
) for
BitmapButtonCustomGui
.
Note
Used to get a bitmap button in the Attribute Manager. Specify an object,
BitmapButtonStruct.op
, that provides an icon through the
MSG_DESCRIPTION_GETBITMAP
message.
c4d.
BitmapButtonStruct
¶
c4d.CustomDataType
BitmapButtonStruct.
__init__
(
op
,
id
,
dirty
)
¶
Constructor.
Parameters: |
|
---|---|
Return type: | |
Returns: |
The new bitmap button data. |
BitmapButtonStruct.
op
¶
[Read/Write]
The object to send MSG_DESCRIPTION_GETBITMAP to.
Type:
BaseList2D
BitmapButtonStruct.
dirty
¶
[Read/Write]
The dirty flag. Internally used to detect changes. If this flag changes on parameter set, a new MSG_DESCRIPTION_GETBITMAP will be emitted.
Type: int