gtkIconInfoGetAttachPoints: gtkIconInfoGetAttachPoints

Description Usage Arguments Details Value Author(s)

View source: R/gtkFuncs.R

Description

Fetches the set of attach points for an icon. An attach point is a location in the icon that can be used as anchor points for attaching emblems or overlays to the icon.

Usage

1

Arguments

object

a GtkIconInfo

Details

Since 2.4

Value

A list containing the following elements:

retval

[logical] TRUE if there are any attach points for the icon.

points

(array length=n_points) (out): location to store pointer to a list of points, or NULL free the list of points with gFree(). [ allow-none ]

n.points

location to store the number of points in points, or NULL. [ allow-none ]

Author(s)

Derived by RGtkGen from GTK+ documentation


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.