Re: gtk_entry



Jeffrey Goddard wrote:
Hi guys,
I'm using a gtk_entry as a password input, but I can't seem to find any functions to clear out the old text in the entry buffer in the case of an incorrect password entry. Can someone point me in the right direction?


gtk_entry_set_text(entry, "");




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]