RibbonCategory#
A tab (made of panels) in the ribbon. More...
import Knut
Properties#
Name | |
---|---|
string | keys |
string | largeImage |
array<RibbonPanel> | panels |
string | smallImage |
string | text |
Property Documentation#
string keys#
This property holds the keys of the category.
string largeImage#
This property holds the image resource for large icons.
array<RibbonPanel> panels#
This property holds the children panels of this category.
string smallImage#
This property holds the image resource for small icons.
string text#
This property holds the text title of the category.