Uses of Class
org.blender.dna.TextBox
-
Packages that use TextBox Package Description org.blender.dna -
-
Uses of TextBox in org.blender.dna
Methods in org.blender.dna that return types with arguments of type TextBox Modifier and Type Method Description CPointer<TextBox>
TextBox. __io__addressof()
Instantiates a pointer on this instance.CPointer<TextBox>
Curve. getTb()
Get method for struct member 'tb'.Method parameters in org.blender.dna with type arguments of type TextBox Modifier and Type Method Description void
Curve. setTb(CPointer<TextBox> tb)
Set method for struct member 'tb'.Constructors in org.blender.dna with parameters of type TextBox Constructor Description TextBox(TextBox that)
-