ToolButton


Description:

[ CCode ( has_construct_function = false , type = "GtkToolItem*" ) ]
[ Version ( since = "2.4" ) ]
public ToolButton (Widget? icon_widget, string? label)

Creates a new ToolButton using icon_widget as contents and label as label.

Parameters:

icon_widget

a widget that will be used as the button contents, or null

label

a string that will be used as label, or null

Returns:

A new ToolButton