Uses of Class
org.blender.dna.uiStyle
-
Packages that use uiStyle Package Description org.blender.dna -
-
Uses of uiStyle in org.blender.dna
Methods in org.blender.dna that return types with arguments of type uiStyle Modifier and Type Method Description CPointer<uiStyle>
uiStyle. __io__addressof()
Instantiates a pointer on this instance.CPointer<uiStyle>
uiStyle. getNext()
Get method for struct member 'next'.CPointer<uiStyle>
uiStyle. getPrev()
Get method for struct member 'prev'.Method parameters in org.blender.dna with type arguments of type uiStyle Modifier and Type Method Description void
uiStyle. setNext(CPointer<uiStyle> next)
Set method for struct member 'next'.void
uiStyle. setPrev(CPointer<uiStyle> prev)
Set method for struct member 'prev'.Constructors in org.blender.dna with parameters of type uiStyle Constructor Description uiStyle(uiStyle that)
-