|
|
| Author |
Message |
|
|
Lino Familiar Face
Joined: 27 Dec 2007 Posts: 26
|
Posted: Sun Dec 30, 2007 5:33 pm Post subject: gtk_tree_view_set_tooltip_column gtk_cell_renderer_stop_edit |
|
|
I have some problem with gtk_tree_view_set_tooltip_column.
When i call this function with column == 0 and than GTK+ calls the function for event query-tooltip the system shows a sigsegs fault message. If i set the column != 0 it works but the text of tooltip is different.
Another question when the GTK+ calls the function for event editing-started how can i stop the editing? I have tried with
gtk_cell_renderer_stop_editing(renderer,true); but it doesnt work.
EDIT:
Is there a signal when GTkTreeModel is destroyed? How can i do? I must know when the iter is destroyed.
Thanks advance for all answer and Good Year :D. |
|
| Back to top |
|
 |
Lino Familiar Face
Joined: 27 Dec 2007 Posts: 26
|
Posted: Fri Jan 04, 2008 8:34 am Post subject: |
|
|
| Any help? please |
|
| Back to top |
|
 |
Lino Familiar Face
Joined: 27 Dec 2007 Posts: 26
|
Posted: Tue Jan 08, 2008 6:47 am Post subject: |
|
|
| Up. |
|
| Back to top |
|
 |
|