Method
GtkActionBarpack_end
since: 3.12
Declaration [src]
void
gtk_action_bar_pack_end (
GtkActionBar* action_bar,
GtkWidget* child
)
Description [src]
Adds child
to action_bar
, packed with reference to the
end of the action_bar
.
Available since: 3.12
Parameters
child
-
Type:
GtkWidget
The
GtkWidget
to be added toaction_bar
.The data is owned by the caller of the method.