forked from AuroraMiddleware/gtk
Clarify documentation of gtk_notebook_set_action_widget
This commit is contained in:
parent
f1f6d76078
commit
148ffd2cc9
@ -7943,8 +7943,9 @@ gtk_notebook_get_action_widget (GtkNotebook *notebook,
|
||||
* @widget: a #GtkWidget
|
||||
* @pack_type: pack type of the action widget
|
||||
*
|
||||
* Adds @widget as action_widget to the notebook tab space. Depending
|
||||
* on the pack type the widget will be added before or after the tabs
|
||||
* 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.
|
||||
*
|
||||
* Since: 2.20
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user