I need to show some text in Arabic (which is right-to-left) and some other text in English (which is left-to-right) in the same GTK+ windows. Is there any way to set the language to the GktLabel instead of the application?
相关问题
- Overriding virtual methods in PyGObject
- how to (programmatically) scroll to a specific lin
- How do I really make a GTK+ 3 GtkLayout transparen
- GtkD with D lang on Fedora
- Is it possible to modify how Text swt widget wrap
相关文章
- Converting PIL Image to GTK Pixbuf
- Can you get the parent GTK window from a widget?
- How to set multiple items into a GtkSelection for
- Stacking widgets in Gtk+
- How to access the theming Fonts and Colors on GTK/
- When are GTK signals emitted
- How can I link a set of toggle buttons like radio
- Example code for a minimal paint program (MS Paint
Yes, with
gtk_widget_set_direction
: