https://bugs.documentfoundation.org/show_bug.cgi?id=148432

--- Comment #10 from Hossein <hoss...@libreoffice.org> ---
(In reply to Heiko Tietze from comment #4)
> I can imagine and agree that it would be desirable. Asked just out of
> curiosity how it looks.
> 
> Trees with a deep hierarchy are discouraged in general and for less complex
> layouts a list is recommended. So I wonder if the tree implementation
> support RTL anyway. Haven't found any example for Gtk.
Gtk and Qt themselves provide support for RTL trees. Are you talking about VCL
implementation?

For example, compile examples for GtkTreeView:
    https://docs.gtk.org/gtk3/treeview-tutorial.html

but add this line:
    gtk_widget_set_direction(view, GTK_TEXT_DIR_RTL);

> The request is not limited to the Navigator but also relevant for the
> Stylist, for example.
This is correct.

I think the RTL layout for the trees would be desirable, but the problem would
be mixed LTR RTL contents that happens because of the untranslated English
text.
For MS Word, even the style names are translated, so the output ins nice
looking, but when the style names are English, the result is not always
visually attractive.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to