A content with text and some icon

I need to create a content such as emails of gmail, but not single line, I have to put some icon, some link and instead of single line , I need to paragraph.

question is which widget/container can help me to implement it?

GtkTextView is the obvious choice. See the gtk-demo program, specifically the Text View -> Multiple Views section, for an example that does exactly that. The source code (in C) is included.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.