pub fn locale_direction() -> TextDirectionExpand description
setlocale (LC_ALL, new_locale); direction = gtk_get_locale_direction (); gtk_widget_set_default_direction (direction); ]|
§Returns
the TextDirection of the current locale
pub fn locale_direction() -> TextDirectionsetlocale (LC_ALL, new_locale); direction = gtk_get_locale_direction (); gtk_widget_set_default_direction (direction); ]|
the TextDirection of the current locale