Draw an optional icon specified by <iconid> and an optional label with given alignment (BNDtextAlignment), fontsize and color within a widget box.
if iconid is >= 0, an icon will be drawn and the labels remaining space will be adjusted.
if label is not null, it will be drawn with the specified alignment, fontsize and color.
if value is not null, label and value will be drawn with a ":" separator inbetween.
See Implementation
Draw an optional icon specified by <iconid> and an optional label with given alignment (BNDtextAlignment), fontsize and color within a widget box.
if iconid is >= 0, an icon will be drawn and the labels remaining space will be adjusted.
if label is not null, it will be drawn with the specified alignment, fontsize and color.
if value is not null, label and value will be drawn with a ":" separator inbetween.