gtkentry

What are the differences between GtkEntry and GtkTextView?

Apart from GTextView being multiline and able to display text in different styles (font, color etc. using tags), what are other obvious differences between the two? ...

[GTK+] How can I get text from a dialog?

I need to get text from an entry in a dialog, like a login dialog (get the user and password), I've tryied to use 'gtk_entry_get_text' but I did something wrong or there's something else I could use... I'm programing in C... please help me... ...