SourceView.setMarkCategoryIconFromStock

Sets the icon to be used for category to the stock item stock_id. If stock_id is NULL, the icon is unset. Since 2.8

class SourceView
void
setMarkCategoryIconFromStock
(
string category
,
string stockId
)

Parameters

category string

a mark category.

stockId string

the stock id or NULL.

Meta