Blender  V3.3
Public Attributes | List of all members
TextRegion Struct Reference

Public Attributes

int curl
 
int curc
 
int sell
 
int selc
 

Detailed Description

Struct representing a selection which is extracted from Python arguments.

Definition at line 32 of file bpy_rna_text.c.

Member Data Documentation

◆ curc

int TextRegion::curc

Definition at line 34 of file bpy_rna_text.c.

Referenced by bpy_rna_region_as_string(), and bpy_rna_region_from_string().

◆ curl

int TextRegion::curl

Definition at line 33 of file bpy_rna_text.c.

Referenced by bpy_rna_region_as_string(), and bpy_rna_region_from_string().

◆ selc

int TextRegion::selc

Definition at line 36 of file bpy_rna_text.c.

Referenced by bpy_rna_region_as_string(), and bpy_rna_region_from_string().

◆ sell

int TextRegion::sell

Definition at line 35 of file bpy_rna_text.c.

Referenced by bpy_rna_region_as_string(), and bpy_rna_region_from_string().


The documentation for this struct was generated from the following file: