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

gtkToolbarGetDropIndex

gtkToolbarGetDropIndex


Description

Returns the position corresponding to the indicated point on toolbar. This is useful when dragging items to the toolbar: this function returns the position a new item should be inserted.

Usage

gtkToolbarGetDropIndex(object, x, y)

Arguments

object

a GtkToolbar

x

x coordinate of a point on the toolbar

y

y coordinate of a point on the toolbar

Details

x and y are in toolbar coordinates. Since 2.4

Value

[integer] The position corresponding to the point (x, y) on the toolbar.

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.