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