GtkButton.ToolbarSourceinclude module type of struct include GtkButtonProps.Toolbar endval make_params :
cont:(([> `toolbar ] as 'a) Gobject.param list -> 'b) ->
'a Gobject.param list ->
?icon_size:GtkEnums.icon_size ->
?icon_size_set:bool ->
?show_arrow:bool ->
?toolbar_style:GtkEnums.toolbar_style ->
'bval set :
?orientation:GtkEnums.orientation ->
?style:GtkEnums.toolbar_style ->
[> `orientable | `toolbar ] Gtk.obj ->
unit