Package: gtk
Function gtk-image-menu-item-new-from-stock
Lambda Listgtk-image-menu-item-new-from-stock (stock-id group) ArgumentsReturn ValueA new gtk-image-menu-item widget. Details
Creates a new image menu item containing the image and text from a stock
item. If you want this menu item to have changeable accelerators, then pass in nil for group. Next call the function gtk-menu-item-accel-path with an appropriate path for the menu item, use the function gtk_stock_lookup() to look up the standard accelerator for the stock item, and if one is found, call the function gtk-accel-map-add-entry to register it. Warning | See also |
2021-7-21