Re: problem with gtk_entry_get_text()
- From: "bowman" <bowman montana com>
- To: "dodi-nug" <4dadio telkom net>, <gtk-list gnome org>
- Subject: Re: problem with gtk_entry_get_text()
- Date: Mon, 4 Jun 2001 07:27:53 -0600
From: "dodi-nug" <4dadio telkom net>
>
> Well, I thimk the funtion, gtk_entry_get_text(), make a
> problem.
> I can't get any character from entries.
The docs say this is a deprecated function. Why don't you try:
something like:
msg = gtk_editable_get_chars ((GtkEditable*) msg_text, 0, -1);
where 0 is the start_pos, and -1 the default 'get everything' end_pos.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]