Uses of Class
org.blender.dna.uiFontStyle
-
Packages that use uiFontStyle Package Description org.blender.dna -
-
Uses of uiFontStyle in org.blender.dna
Methods in org.blender.dna that return uiFontStyle Modifier and Type Method Description uiFontStyle
uiStyle. getGrouplabel()
Get method for struct member 'grouplabel'.uiFontStyle
uiStyle. getPaneltitle()
Get method for struct member 'paneltitle'.uiFontStyle
uiStyle. getWidget()
Get method for struct member 'widget'.uiFontStyle
uiStyle. getWidgetlabel()
Get method for struct member 'widgetlabel'.Methods in org.blender.dna that return types with arguments of type uiFontStyle Modifier and Type Method Description CPointer<uiFontStyle>
uiFontStyle. __io__addressof()
Instantiates a pointer on this instance.Methods in org.blender.dna with parameters of type uiFontStyle Modifier and Type Method Description void
uiStyle. setGrouplabel(uiFontStyle grouplabel)
Set method for struct member 'grouplabel'.void
uiStyle. setPaneltitle(uiFontStyle paneltitle)
Set method for struct member 'paneltitle'.void
uiStyle. setWidget(uiFontStyle widget)
Set method for struct member 'widget'.void
uiStyle. setWidgetlabel(uiFontStyle widgetlabel)
Set method for struct member 'widgetlabel'.Constructors in org.blender.dna with parameters of type uiFontStyle Constructor Description uiFontStyle(uiFontStyle that)
-