Hi All,
How can i add bullets and number using GTKTextView in Linux working environment.
Hi All,
How can i add bullets and number using GTKTextView in Linux working environment.
First begin with reading Text Widget Overview
Then I think you need to combine GtkTextTag (for formatting the text) with some creativity.
This is all assuming you want bullet/numbered lists.