cursor position in GtkTextView?



Hello List,
 
 Does anyone know how to find out position of cursor in the GtkTextView in terms of characters? I need to know this because I am facing following problem
 
In GTK2.2, GtkEditable and GtkTextView are inherited from different classes GtkEditable is from GInterface and GtkTextView from GObject. I could not find any relation to GtkEditable and GtkTextView and all my function calls such as gtk_editable_get_position are failed. Now, I need to know that how do I solve this problem.
 
Thanks in advance,
 
 
-Vikram


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]