2004
Michael Natterer
Register an icon for a plug-in procedure.
This procedure installs an icon for the given procedure.
unknown
Type | Name | Description |
---|---|---|
PF_VALUE | procedure-name | The procedure for which to install the icon |
PF_INT | icon-type | The type of the icon { ICON-TYPE-ICON-NAME (0), ICON-TYPE-INLINE-PIXBUF (1), ICON-TYPE-IMAGE-FILE (2) } |
PF_INT | icon-data-length | The length of 'icon-data' (icon-data-length >= 1) |
unknown | icon-data | The procedure's icon. The format depends on the 'icon_type' parameter |
None