Top | ![]() |
![]() |
![]() |
![]() |
GObject ╰── GInitiallyUnowned ╰── GtkObject ╰── GtkWidget ╰── GtkContainer ╰── GtkTreeView ╰── SexyTreeView
void sexy_tree_view_set_tooltip_label_column (SexyTreeView *treeview
,guint column
);
Sets a column of the view's model to be used for the text in tooltips.
“get-tooltip”
signalGtkWidget* user_function (SexyTreeView *treeview, GtkTreePath *path, GtkTreeViewColumn *column, gpointer user_data)
The ::get-tooltip signal is emitted when the user's mouse hovers over a cell in the tree for longer than 500ms.
treeview |
The treeview on which the signal is emitted. |
|
path |
The path of the row on which the user is hovering. |
|
column |
The column on which the user is hovering. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last