Package: gio

Function g-menu-item-link

Lambda List

g-menu-item-link (item link)

Syntax

(g-menu-item-link item link) => model
(setf (g-menu-item-link item link) model)

Arguments

item -- a g-menu-item object
link -- a string with the type of link to establish or unset
model -- the g-menu-model object to link to, or nil to unset

Details

The function g-menu-item-link queries the named link on item. The function (set g-menu-item-link) creates a link from item to model if non-nil, or unsets it.

Links are used to establish a relationship between a particular menu item and another menu. For example, "submenu" is used to associate a submenu with a particular menu item, and "section" is used to create a section. Other types of link can be used, but there is no guarantee that clients will be able to make sense of them. Link types are restricted to lowercase characters, numbers and '-'. Furthermore, the names must begin with a lowercase character, must not end with a '-', and must not contain consecutive dashes.
 

See also

2021-4-15