I'm looking for a way to force a layout type on GTK. Currently, it will automatically reflect widgets when it guesstimates an RTL system. This isn't desirable in my case. I browsed the reference and searched google a bit, but didn't find anything to focus on. Any pointers would be much appreciated.
Try: gtk.widget_set_default_direction(gtk.TEXT_DIR_RTL) -- Johan Dahlin <[EMAIL PROTECTED]> Async Open Source _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
