public class Toolbar : Container, Implementor, Buildable {
public int num_children ;
public weak GLib.List children ;
public ToolbarStyle style ;
public int button_maxw ;
public int button_maxh ;
public uint style_set ;
public weak IconSize icon_size { get; set; } ;
public weak bool icon_size_set { get; set; } ;
public weak Orientation orientation { get; set; } ;
public weak bool show_arrow { get; set; } ;
public weak ToolbarStyle toolbar_style { get; set; } ;
public weak bool tooltips { get; set; } ;
public Toolbar ( ) ;
public signal bool focus_home_or_end ( bool p0 ) ;
public signal void orientation_changed ( Orientation orientation ) ;
public signal bool popup_context_menu ( int x,
int y,
int button_number ) ;
public signal void style_changed ( ToolbarStyle style ) ;
public int get_drop_index ( int x,
int y ) ;
public IconSize get_icon_size ( ) ;
public int get_item_index ( ToolItem item ) ;
public int get_n_items ( ) ;
public weak ToolItem get_nth_item ( int n ) ;
public Orientation get_orientation ( ) ;
public ReliefStyle get_relief_style ( ) ;
public bool get_show_arrow ( ) ;
public ToolbarStyle get_style ( ) ;
public bool get_tooltips ( ) ;
public void insert ( ToolItem item,
int pos ) ;
public void set_drop_highlight_item ( ToolItem tool_item,
int index_ ) ;
public void set_icon_size ( IconSize icon_size ) ;
public void set_orientation ( Orientation orientation ) ;
public void set_show_arrow ( bool show_arrow ) ;
public void set_style ( ToolbarStyle style ) ;
public void set_tooltips ( bool enable ) ;
public void unset_icon_size ( ) ;
public void unset_style ( ) ;
}

public Toolbar ( ) ;
public int num_children ;
public weak GLib.List children ;
public ToolbarStyle style ;
public int button_maxw ;
public int button_maxh ;
public uint style_set ;
public signal bool focus_home_or_end ( bool p0 ) ;
public signal void orientation_changed ( Orientation orientation ) ;
public signal bool popup_context_menu ( int x,
int y,
int button_number ) ;
public signal void style_changed ( ToolbarStyle style ) ;
public weak IconSize icon_size { get; set; } ;
public weak bool icon_size_set { get; set; } ;
public weak Orientation orientation { get; set; } ;
public weak bool show_arrow { get; set; } ;
public weak ToolbarStyle toolbar_style { get; set; } ;
public weak bool tooltips { get; set; } ;
public int get_drop_index ( int x,
int y ) ;
public IconSize get_icon_size ( ) ;
public int get_item_index ( ToolItem item ) ;
public int get_n_items ( ) ;
public weak ToolItem get_nth_item ( int n ) ;
public Orientation get_orientation ( ) ;
public ReliefStyle get_relief_style ( ) ;
public bool get_show_arrow ( ) ;
public ToolbarStyle get_style ( ) ;
public bool get_tooltips ( ) ;
public void insert ( ToolItem item,
int pos ) ;
public void set_drop_highlight_item ( ToolItem tool_item,
int index_ ) ;
public void set_icon_size ( IconSize icon_size ) ;
public void set_orientation ( Orientation orientation ) ;
public void set_show_arrow ( bool show_arrow ) ;
public void set_style ( ToolbarStyle style ) ;
public void set_tooltips ( bool enable ) ;
public void unset_icon_size ( ) ;
public void unset_style ( ) ;
Created by Valadoc