Panel HIG: rtl layouts

Brian J. Tarricone bjt23 at cornell.edu
Sun Dec 23 08:39:51 CET 2007


On Sun, 23 Dec 2007 01:33:39 -0600 Diego Ongaro wrote:

> How could a plugin tell (in code) if it's being used with an rtl
> language?

gtk_widget_get_direction()

> Does GTK provide any support for this, for example by packing things
> into boxes in the opposite order?

I'm not sure, but I'd guess not.  Can always look at gtk_box_pack_*()
and gtk_container_add() in the gtk source, though.

	-brian



More information about the Xfce4-dev mailing list