Description Usage Arguments Details Author(s)
Sets widget
as one of the action widgets. Depending on the pack type
the widget will be placed before or after the tabs. You can use
a GtkBox
if you need to pack more than one widget on the same side.
1 | gtkNotebookSetActionWidget(object, widget, pack.type)
|
|
a |
|
a |
|
pack type of the action widget |
Note that action widgets are "internal" children of the notebook and thus
not included in the list returned from gtkContainerForeach
.
Since 2.20
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.