Method
GtkHeaderBarpack_end
since: 3.10
Declaration [src]
void
gtk_header_bar_pack_end (
GtkHeaderBar* bar,
GtkWidget* child
)
Description [src]
Adds child
to bar
, packed with reference to the
end of the bar
.
Available since: 3.10
Parameters
child
-
Type:
GtkWidget
The
GtkWidget
to be added tobar
.The data is owned by the caller of the method.