Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am using Linux OS.
Library: gtk-2.0.
I want to create a GUI window application.
In this window there is a text box and a submit button . The user will enter any string in the text box and press Submit button. then string should be stored in a char string.
Please help me.
Posted
Comments
nv3 19-Jul-13 5:23am    
And what exactly is the problem? I'd suggest you use "improve question" and append the code that you already have. That way it is much easier to help you with the particular step you are stumbling about.
The_Inventor 25-Jul-13 5:36am    
Sounds CDialogish to me....
Richard MacCutchan 19-Jul-13 6:08am    
A text box will have some property or method for returning its contents as a character pointer or array. Check the documentation.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900