Package: gtk
Function gtk:image-menu-item-new-from-stock
Lambda Listgtk:image-menu-item-new-from-stock (stock-id &optional group) ArgumentsReturn ValueThe 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 gtk:menu-item-accel-path
function with an appropriate path for the menu item, use the gtk_stock_lookup() function to look up the standard accelerator for the stock item, and if one is found, call the gtk:accel-map-add-entry
function to register it. Warning | See also |
2024-6-27