Method
HandyHeaderGroupadd_header_bar
Declaration [src]
void
hdy_header_group_add_header_bar (
  HdyHeaderGroup* self,
  HdyHeaderBar* header_bar
)
Description [src]
Adds header_bar to self.
When the widget is destroyed or no longer referenced elsewhere, it will be removed from the header group.
| Available since: | 1.0 | 
Parameters
| header_bar | HdyHeaderBar | 
| The header bar to add. | |
| The data is owned by the caller of the function. |