PDA

View Full Version : How to handling submit form using c and gtk+??



i4ba1
January 16th, 2011, 02:36 PM
Hai all,

i have a form that have nim, name, birth date, religion, address, gender, and place of bird. i want to get value from textfield nim, textfield name, textfield birth date, textfield address, combo box religion, radio button gender and text field place of bird, when the submit button clicked in the form. Can you show me how to do that?.

here is my form screen shoot:
http://i1112.photobucket.com/albums/k500/i4ba1/Riset%20c%20and%20gtk/Form.png[/img]

i4ba1
January 17th, 2011, 04:04 PM
Guys i need your help. is there anybody can help me!.

dwhitney67
January 17th, 2011, 04:18 PM
This may not be the latest documentation, but nevertheless you should bookmark the page:
http://library.gnome.org/devel/gtk-tutorial/2.90/

Within that document, there is this example showing how to acquire text from a text field. Click here (http://library.gnome.org/devel/gtk-tutorial/2.90/x939.html).

I found these references by Googling for "gtk++ tutorial". I wouldn't have killed you to do the same.

i4ba1
January 18th, 2011, 10:02 AM
This may not be the latest documentation, but nevertheless you should bookmark the page:
http://library.gnome.org/devel/gtk-tutorial/2.90/

Within that document, there is this example showing how to acquire text from a text field. Click here (http://library.gnome.org/devel/gtk-tutorial/2.90/x939.html).

I found these references by Googling for "gtk++ tutorial". I wouldn't have killed you to do the same.

ok, dwhitney67 thank you for your reply, i will try again.