docs: add docs for GtkTextDirection

This commit is contained in:
William Jon McCann 2014-01-21 10:34:38 -05:00
parent 2986456be1
commit 2375148b04

View File

@ -250,6 +250,14 @@ typedef enum
} GtkSensitivityType;
/* 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
{
GTK_TEXT_DIR_NONE,