Description Usage Arguments Details Value Author(s)
Returns a newly allocated list of the widgets, normally labels, for
which this widget is a the target of a mnemonic (see for example,
gtkLabelSetMnemonicWidget
).
1 | gtkWidgetListMnemonicLabels(object)
|
|
a |
The widgets in the list are not individually referenced. If you
want to iterate through the list and perform actions involving
callbacks that might destroy the widgets, you
must call g_list_foreach (result,
(GFunc)g_object_ref, NULL)
first, and then unref all the
widgets afterwards.
Since 2.4
[list] [ element-type GtkWidget][ transfer container ]
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.