Click to See Complete Forum and Search --> : gtk_entry_append_text()


greadey
03-16-2003, 09:03 PM
Hi all,

Anyone know about Gtk? I am just getting started and I notice that the gtk_entry_append_text() function is deprecated and should not be used in new code.

Is there something else that does the same job or do I have to get the text and do a strcat on it or someting like that?

Seems a long winded way of doping it when there was what seems to me to be a perfectly good function in the first place.

greadey

binaryDigit
03-17-2003, 03:26 PM
where did you see that gtk_entry_append_text() was depreciated? I just looked in the gtk 2.2 docs and it is still listed.

greadey
03-17-2003, 10:34 PM
I was reading the Gnome DEVHELP manual. It seems I've got Gtk 1.2 on my machine so I guess that's the version DevHelp documents. Anyway it is listed but warns that it should not be used along with the analagous gtk_entry_prepend_text() function. Maybe they changed their minds for Gtk 2.2 eh?