Reputation: 5323
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?
Upvotes: 0
Views: 716
Reputation: 26496
Both GtkEntry
and GtkTextView
can be multiline.
GtkTextView
can in addition:
GtkTextView
widgets can display the same content GtkWidget
s GtkTextBuffer
apiUpvotes: 3
Reputation: 27119
I think those are the big differences. They are meant to accomplish different tasks.
Upvotes: 0