Description Usage Arguments Details Value Author(s)
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.
1 | gtkToolbarGetDropIndex(object, x, y)
|
|
a |
|
x coordinate of a point on the toolbar |
|
y coordinate of a point on the toolbar |
x
and y
are in toolbar
coordinates.
Since 2.4
[integer] The position corresponding to the point (x
, y
) on the toolbar.
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.