Re: Get text from a textbox GTK+
- From: G Hasse <gh raditex se>
- To: claes cassel <claes_cassel hotmail com>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Get text from a textbox GTK+
- Date: Thu, 25 Jan 2001 00:03:32 +0100 (CET)
On Wed, 24 Jan 2001, claes cassel wrote:
I cant find any documentation about getting text from a textbox,
if that doesnt work .. what widget should i use .. clist ?
I also want to save the text contained in the textbox to a file.
Try
gchar *entry_text;
entry_text = gtk_entry_get_text(GTK_ENTRY(entry));
printf("Entry contents: %s\n", entry_text);
Göran Hasse
If you have got the time .. an example would be nice :)
Please help
//Magnus
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list
----------------------------------------------------------------
Göran Hasse email: gh raditex se Tel: +46 8 694 92 70
Raditex AB http://www.raditex.se Fax: +46 8 442 05 91
Sickla Alle 7, 1tr Mob: 070-5530148
131 34 NACKA, SWEDEN
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]