TextDirection
Description:
[ CCode ( cprefix = "GTK_TEXT_DIR_" , type_id = "gtk_text_direction_get_type ()" ) ]
public enum TextDirection
Reading directions for text.
Content:
Enum values:
- LTR - Left to right text direction.
- NONE - No direction.
- RTL - Right to left text direction.