docs: Fix link to GtkLabel.set_mnemonic_widget()
This commit is contained in:
@@ -131,8 +131,9 @@
|
||||
* Mnemonics automatically activate any activatable widget the label is
|
||||
* inside, such as a [class@Gtk.Button]; if the label is not inside the
|
||||
* mnemonic’s target widget, you have to tell the label about the target
|
||||
* using [class@Gtk.Label.set_mnemonic_widget]. Here’s a simple example where
|
||||
* the label is inside a button:
|
||||
* using [method@Gtk.Label.set_mnemonic_widget].
|
||||
*
|
||||
* Here’s a simple example where the label is inside a button:
|
||||
*
|
||||
* ```c
|
||||
* // Pressing Alt+H will activate this button
|
||||
|
||||
Reference in New Issue
Block a user