Package: gtk

Function gtk-icon-info-base-size

Lambda List

gtk-icon-info-base-size (info)

Arguments

info -- a gtk-icon-info instance

Return Value

An integer with the base size, or 0, if no base size is known for the icon.

Details

Gets the base size for the icon. The base size is a size for the icon that was specified by the icon theme creator. This may be different than the actual size of the image. An example of this is small emblem icons that can be attached to a larger icon. These icons will be given the same base size as the larger icons to which they are attached.

Example

(gtk-icon-theme-lookup-icon (gtk-icon-theme-default) "battery" 0 0)
=> #.(SB-SYS:INT-SAP #X01D3F840)
(gtk-icon-info-base-size *)
=> 24    
 

See also

2021-11-28