MenuToolButton
Description:
[ CCode ( has_construct_function = false , type = "GtkToolItem*" ) ]
[ Version ( since = "2.6" ) ]
public MenuToolButton (Widget? icon_widget, string? label)
[ Version ( since = "2.6" ) ]
public MenuToolButton (Widget? icon_widget, string? label)
Creates a new MenuToolButton using icon_widget
as icon and
label
as label.
Parameters:
icon_widget |
a widget that will be used as icon widget, or null |
label |
a string that will be used as label, or null |
Returns:
the new MenuToolButton |