Re: Problems in Typing Vietnamese in Gtk application

2005-10-13 Thread Gaurav Jain
Hello Botond, Thanks for your inputs. Unfortunately I cannot use a new widget because of architectural constraints (I'm working on an existing code-base that's based on GtkLayout as the base widget), and so must use a GtkLayout to process the inputs (i.e., the actual receiver of the Vietnamese In

Problems in Typing Vietnamese in Gtk application

2005-09-29 Thread Gaurav Jain
Hello! I have a small program (code at the end of this mail), in which I'm trying to achieve the following: - Type Vietnamese characters, such that the key-presses are processed by a GtkLayout, and the actual text is shown on a GtkLabel. I cannot directly use a GtkEntry or a GtkTextView, (which bo