mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
libsysprof-ui: allow selecting multiple rows
Can't do much with the selection yet though.
This commit is contained in:
@ -236,6 +236,9 @@ sysprof_marks_view_init (SysprofMarksView *self)
|
||||
|
||||
gtk_widget_init_template (GTK_WIDGET (self));
|
||||
|
||||
gtk_tree_selection_set_mode (gtk_tree_view_get_selection (priv->tree_view),
|
||||
GTK_SELECTION_MULTIPLE);
|
||||
|
||||
g_signal_connect_object (priv->tree_view,
|
||||
"key-press-event",
|
||||
G_CALLBACK (sysprof_marks_view_tree_view_key_press_event_cb),
|
||||
|
||||
Reference in New Issue
Block a user