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

gtkMenuAttach

gtkMenuAttach


Description

Adds a new GtkMenuItem to a (table) menu. The number of 'cells' that an item will occupy is specified by left.attach, right.attach, top.attach and bottom.attach. These each represent the leftmost, rightmost, uppermost and lower column and row numbers of the table. (Columns and rows are indexed from zero).

Usage

gtkMenuAttach(object, child, left.attach, right.attach, top.attach, 
    bottom.attach)

Arguments

object

a GtkMenu.

child

a GtkMenuItem.

left.attach

The column number to attach the left side of the item to.

right.attach

The column number to attach the right side of the item to.

top.attach

The row number to attach the top of the item to.

bottom.attach

The row number to attach the bottom of the item to.

Details

Note that this function is not related to gtkMenuDetach. Since 2.4

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.