docs: don't use <anchor>
This commit is contained in:
@ -592,7 +592,7 @@ gtk_flow_box_child_class_init (GtkFlowBoxChildClass *class)
|
||||
* double-clicking, or by using the Space or Enter key.
|
||||
*
|
||||
* While this signal is used as a
|
||||
* [keybinding signal][keybinding-signals],
|
||||
* [keybinding signal][GtkBindingSignal],
|
||||
* it can be used by applications for their own purposes.
|
||||
*/
|
||||
child_signals[CHILD_ACTIVATE] =
|
||||
@ -3792,7 +3792,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
|
||||
* @box: the #GtkFlowBox on which the signal is emitted
|
||||
*
|
||||
* The ::activate-cursor-child signal is a
|
||||
* [keybinding signal][keybinding-signals]
|
||||
* [keybinding signal][GtkBindingSignal]
|
||||
* which gets emitted when the user activates the @box.
|
||||
*/
|
||||
signals[ACTIVATE_CURSOR_CHILD] = g_signal_new ("activate-cursor-child",
|
||||
@ -3808,7 +3808,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
|
||||
* @box: the #GtkFlowBox on which the signal is emitted
|
||||
*
|
||||
* The ::toggle-cursor-child signal is a
|
||||
* [keybinding signal][keybinding-signals]
|
||||
* [keybinding signal][GtkBindingSignal]
|
||||
* which toggles the selection of the child that has the focus.
|
||||
*
|
||||
* The default binding for this signal is Ctrl-Space.
|
||||
@ -3828,7 +3828,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
|
||||
* @count: the number of @step units to move
|
||||
*
|
||||
* The ::move-cursor signal is a
|
||||
* [keybinding signal][keybinding-signals]
|
||||
* [keybinding signal][GtkBindingSignal]
|
||||
* which gets emitted when the user initiates a cursor movement.
|
||||
* If the cursor is not visible in @text_view, this signal causes
|
||||
* the viewport to be moved instead.
|
||||
@ -3858,7 +3858,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
|
||||
* @box: the #GtkFlowBox on which the signal is emitted
|
||||
*
|
||||
* The ::select-all signal is a
|
||||
* [keybinding signal][keybinding-signals]
|
||||
* [keybinding signal][GtkBindingSignal]
|
||||
* which gets emitted to select all children of the box, if
|
||||
* the selection mode permits it.
|
||||
*
|
||||
@ -3877,7 +3877,7 @@ gtk_flow_box_class_init (GtkFlowBoxClass *class)
|
||||
* @box: the #GtkFlowBox on which the signal is emitted
|
||||
*
|
||||
* The ::unselect-all signal is a
|
||||
* [keybinding signal][keybinding-signals]
|
||||
* [keybinding signal][GtkBindingSignal]
|
||||
* which gets emitted to unselect all children of the box, if
|
||||
* the selection mode permits it.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user