Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

gtkIconInfoGetAttachPoints

gtkIconInfoGetAttachPoints


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

gtkIconInfoGetAttachPoints(object)

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

R Bindings for Gtk 2.8.0 and Above

v2.20.36
GPL
Authors
Michael Lawrence <michafla@gene.com> and Duncan Temple Lang <duncan@wald.ucdavis.edu>
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.