 |
GTK+ Forums Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
|
|
|
| Author |
Message |
|
|
narasimhareddy
Joined: 04 May 2007 Posts: 2
|
Posted: Fri May 04, 2007 4:31 am Post subject: GtkIEntry |
|
|
Dear all,
My name is Bommu. I newly started working with GTK. I have a doubt on, How GTKEntry works. Thta means, when from GTK entry create to, if user inputs any key how that key will be displayed in the Entry. I need brief explanation on this. Can any one help me on this.
Thanks in advance..
Narasimha Reddy Bommu :D |
|
| Back to top |
|
 |
openldev Never Seen the Sunlight
Joined: 21 Sep 2005 Posts: 372 Location: State College, Pennsylvania
|
Posted: Fri May 04, 2007 12:58 pm Post subject: |
|
|
First, please use the default font size. We can read your question even when it's small.
As for your question, what type of description are you looking for? If you just want to use GtkEntry, you can create a new widget with gtk_entry_new(). It will handle text entry for you. The widget's API gives information on how to retrieve the text that is in it and interact with the widget.
If you are asking how it works under the hood, I would recommend that you get a little deeper into GTK+ before you investigate that. It deals with IM contexts, layouts, exposure and realization of widgets, and a lot of more complex concepts. I can explain it if you want, but I'll refrain for now just in case that's not what you're asking. |
|
| Back to top |
|
 |
umang.ece
Joined: 19 Feb 2008 Posts: 1
|
Posted: Tue Feb 19, 2008 10:16 am Post subject: GtkImContext layout !! |
|
|
Hi Guys ,
I have gone through the GtkImContext libraries in Gtk but its not much clear to me .? Could anyone put a flash on ImContexts .
I want to understand the Working of GtkEntry , i.e. How does Gtk internally handles key events when User press a character in GtkEntry Widget ? what is the layout / exposure etc .
Thanks in Advance :
Umang Gupta |
|
| Back to top |
|
 |
|
Powered by phpBB © 2001, 2005 phpBB Group CodeBB 1.0 Beta 2
|