| gtkIconInfoGetAttachPoints {RGtk2} | R Documentation |
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.
gtkIconInfoGetAttachPoints(object)
|
[GtkIconInfo] a GtkIconInfo |
Since 2.4
A list containing the following elements:
retval |
[logical] TRUE if there are any attach points for the icon. |
|
[GdkPoint] location to store pointer to a list of points, or NULL
free the list of points with gFree(). |
|
[integer] location to store the number of points in points, or NULL |
Derived by RGtkGen from GTK+ documentation