mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Support Shift, Control, and Shift|Control L<->R, #63475
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com> * gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift, Control, and Shift|Control L<->R, #63475
This commit is contained in:
parent
e7729de280
commit
d63b7cd693
@ -1,3 +1,8 @@
|
|||||||
|
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||||
|
Control, and Shift|Control L<->R, #63475
|
||||||
|
|
||||||
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||||
|
Control, and Shift|Control L<->R, #63475
|
||||||
|
|
||||||
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||||
|
Control, and Shift|Control L<->R, #63475
|
||||||
|
|
||||||
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||||
|
Control, and Shift|Control L<->R, #63475
|
||||||
|
|
||||||
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||||
|
Control, and Shift|Control L<->R, #63475
|
||||||
|
|
||||||
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||||
|
Control, and Shift|Control L<->R, #63475
|
||||||
|
|
||||||
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
Thu Nov 1 00:44:50 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktreeview.c (gtk_tree_view_class_init): Support Shift,
|
||||||
|
Control, and Shift|Control L<->R, #63475
|
||||||
|
|
||||||
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
Wed Oct 31 18:53:51 2001 Jonathan Blandford <jrb@redhat.com>
|
||||||
|
|
||||||
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
* gtk/gtktreemodel.c (gtk_tree_row_ref_deleted_callback): fix
|
||||||
|
@ -798,6 +798,30 @@ gtk_tree_view_class_init (GtkTreeViewClass *class)
|
|||||||
GTK_TYPE_ENUM, GTK_MOVEMENT_VISUAL_POSITIONS,
|
GTK_TYPE_ENUM, GTK_MOVEMENT_VISUAL_POSITIONS,
|
||||||
GTK_TYPE_INT, -1);
|
GTK_TYPE_INT, -1);
|
||||||
|
|
||||||
|
gtk_binding_entry_add_signal (binding_set, GDK_Right, GDK_CONTROL_MASK, "move_cursor", 2,
|
||||||
|
GTK_TYPE_ENUM, GTK_MOVEMENT_VISUAL_POSITIONS,
|
||||||
|
GTK_TYPE_INT, 1);
|
||||||
|
|
||||||
|
gtk_binding_entry_add_signal (binding_set, GDK_Left, GDK_CONTROL_MASK, "move_cursor", 2,
|
||||||
|
GTK_TYPE_ENUM, GTK_MOVEMENT_VISUAL_POSITIONS,
|
||||||
|
GTK_TYPE_INT, -1);
|
||||||
|
|
||||||
|
gtk_binding_entry_add_signal (binding_set, GDK_Right, GDK_SHIFT_MASK, "move_cursor", 2,
|
||||||
|
GTK_TYPE_ENUM, GTK_MOVEMENT_VISUAL_POSITIONS,
|
||||||
|
GTK_TYPE_INT, 1);
|
||||||
|
|
||||||
|
gtk_binding_entry_add_signal (binding_set, GDK_Left, GDK_SHIFT_MASK, "move_cursor", 2,
|
||||||
|
GTK_TYPE_ENUM, GTK_MOVEMENT_VISUAL_POSITIONS,
|
||||||
|
GTK_TYPE_INT, -1);
|
||||||
|
|
||||||
|
gtk_binding_entry_add_signal (binding_set, GDK_Right, GDK_CONTROL_MASK|GDK_SHIFT_MASK, "move_cursor", 2,
|
||||||
|
GTK_TYPE_ENUM, GTK_MOVEMENT_VISUAL_POSITIONS,
|
||||||
|
GTK_TYPE_INT, 1);
|
||||||
|
|
||||||
|
gtk_binding_entry_add_signal (binding_set, GDK_Left, GDK_CONTROL_MASK|GDK_SHIFT_MASK, "move_cursor", 2,
|
||||||
|
GTK_TYPE_ENUM, GTK_MOVEMENT_VISUAL_POSITIONS,
|
||||||
|
GTK_TYPE_INT, -1);
|
||||||
|
|
||||||
gtk_binding_entry_add_signal (binding_set, GDK_f, GDK_CONTROL_MASK, "move_cursor", 2,
|
gtk_binding_entry_add_signal (binding_set, GDK_f, GDK_CONTROL_MASK, "move_cursor", 2,
|
||||||
GTK_TYPE_ENUM, GTK_MOVEMENT_LOGICAL_POSITIONS,
|
GTK_TYPE_ENUM, GTK_MOVEMENT_LOGICAL_POSITIONS,
|
||||||
GTK_TYPE_INT, 1);
|
GTK_TYPE_INT, 1);
|
||||||
|
Loading…
Reference in New Issue
Block a user