tags:

views:

10

answers:

1

Hi All,

How can i add bullets and number using GTKTextView in Linux working environment.

A: 

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.

Peter Lindqvist
@Peter Thanks for this information. Hope i can make it.
iSight
I think I have an application on my N900 that uses GtkTextWidget with bullet lists. Haven't looked at the source though. For the bullet itself I think you can use ordinary characters. Together with GtkTextTag you can format the bullet and the list item accordingly. Good luck!
Peter Lindqvist