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

atkImageGetImagePosition

atkImageGetImagePosition


Description

Gets the position of the image in the form of a point specifying the images top-left corner.

Usage

atkImageGetImagePosition(object, coord.type)

Arguments

object

[AtkImage] a GObject instance that implements AtkImageIface

coord.type

[AtkCoordType] specifies whether the coordinates are relative to the screen or to the components top level window

Value

A list containing the following elements:

x

[integer] integer to put x coordinate position; otherwise, -1 if value cannot be obtained.

y

[integer] integer to put y coordinate position; otherwise, -1 if value cannot be obtained.

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.