summaryrefslogtreecommitdiff
path: root/gtk/gtkpaned.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-11-16 22:58:53 -0500
committerMatthias Clasen <mclasen@redhat.com>2020-11-17 07:34:52 -0500
commit2ef72442ec2608e8836ba81b6f8033c92e3482f6 (patch)
treec8ac2a1d8ec391661e527663d83f32742ffae8dd /gtk/gtkpaned.c
parent3bc2bf40a8d9d8d0f3e64a8ae2ec5ef5b8cf6f7b (diff)
downloadgtk+-2ef72442ec2608e8836ba81b6f8033c92e3482f6.tar.gz
docs: Fix the links for keybinding signals
GtkBindingSignal does not exist anymore, so link to GtkSignalAction for an explanation of keybinding signals.
Diffstat (limited to 'gtk/gtkpaned.c')
-rw-r--r--gtk/gtkpaned.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk/gtkpaned.c b/gtk/gtkpaned.c
index 5fe1ae3638..fccdacd3c0 100644
--- a/gtk/gtkpaned.c
+++ b/gtk/gtkpaned.c
@@ -572,7 +572,7 @@ gtk_paned_class_init (GtkPanedClass *class)
* @reversed: whether cycling backward or forward
*
* The ::cycle-child-focus signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted to cycle the focus between the children of the paned.
*
* The default binding is f6.
@@ -592,7 +592,7 @@ gtk_paned_class_init (GtkPanedClass *class)
* @widget: the object that received the signal
*
* The ::toggle-handle-focus is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted to accept the current position of the handle and then
* move focus to the next widget in the focus chain.
*
@@ -613,7 +613,7 @@ gtk_paned_class_init (GtkPanedClass *class)
* @scroll_type: a #GtkScrollType
*
* The ::move-handle signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted to move the handle when the user is using key bindings
* to move it.
*/
@@ -633,7 +633,7 @@ gtk_paned_class_init (GtkPanedClass *class)
* @reversed: whether cycling backward or forward
*
* The ::cycle-handle-focus signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted to cycle whether the paned should grab focus to allow
* the user to change position of the handle by using key bindings.
*
@@ -654,7 +654,7 @@ gtk_paned_class_init (GtkPanedClass *class)
* @widget: the object that received the signal
*
* The ::accept-position signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted to accept the current position of the handle when
* moving it using key bindings.
*
@@ -674,7 +674,7 @@ gtk_paned_class_init (GtkPanedClass *class)
* @widget: the object that received the signal
*
* The ::cancel-position signal is a
- * [keybinding signal][GtkBindingSignal]
+ * [keybinding signal][GtkSignalAction]
* which gets emitted to cancel moving the position of the handle using key
* bindings. The position of the handle will be reset to the value prior to
* moving it.