How to set text editable in GtkEntry
Posted
by paultop6
on Stack Overflow
See other posts from Stack Overflow
or by paultop6
Published on 2010-04-27T12:09:26Z
Indexed on
2010/04/27
12:13 UTC
Read the original article
Hit count: 308
Hi Guys,
Pretty straight foward question, I have a GtkEntry widget that i want to set to be editable. I know the function i should use is:
gtk_editable_set_editable
But i dont know how to make it take a GtkEntry widget as an arguement
Can anyone help me?
Regards
Paul
© Stack Overflow or respective owner