mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-17 14:30:15 +00:00
docs: add docs for GtkTextDirection
This commit is contained in:
parent
2986456be1
commit
2375148b04
@ -250,6 +250,14 @@ typedef enum
|
|||||||
} GtkSensitivityType;
|
} GtkSensitivityType;
|
||||||
|
|
||||||
/* Reading directions for text */
|
/* Reading directions for text */
|
||||||
|
/**
|
||||||
|
* GtkTextDirection:
|
||||||
|
* @GTK_TEXT_DIR_NONE: No direction.
|
||||||
|
* @GTK_TEXT_DIR_LTR: Left to right text direction.
|
||||||
|
* @GTK_TEXT_DIR_RTL: Right to left text direction.
|
||||||
|
*
|
||||||
|
* Reading directions for text.
|
||||||
|
*/
|
||||||
typedef enum
|
typedef enum
|
||||||
{
|
{
|
||||||
GTK_TEXT_DIR_NONE,
|
GTK_TEXT_DIR_NONE,
|
||||||
|
Loading…
Reference in New Issue
Block a user