gtk_button_images
Description:
[ NoAccessorMethod ]
[ Version ( deprecated = true , deprecated_since = "3.10" , since = "2.4" ) ]
public bool gtk_button_images { get; set; }
[ Version ( deprecated = true , deprecated_since = "3.10" , since = "2.4" ) ]
public bool gtk_button_images { get; set; }
Warning: gtk_button_images is deprecated since 3.10.
Whether images should be shown on buttons
Note:
This setting is deprecated. Application developers control whether a button should show an icon or not, on a per-button basis. If a Button should show an icon, use the always_show_image property of Button, and pack a Image inside the Button