SourceView.setMarkCategoryIconFromIconName

Sets the icon to be used for category to the named theme item name. If name is NULL, the icon is unset. Since 2.8

class SourceView
void
setMarkCategoryIconFromIconName
(
string category
,
string name
)

Parameters

category string

a mark category.

name string

the themed icon name or NULL.

Meta