Description Usage Arguments Details Author(s)
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).
1 2 | gtkMenuAttach(object, child, left.attach, right.attach, top.attach,
bottom.attach)
|
|
a |
|
a |
|
The column number to attach the left side of the item to. |
|
The column number to attach the right side of the item to. |
|
The row number to attach the top of the item to. |
|
The row number to attach the bottom of the item to. |
Note that this function is not related to gtkMenuDetach
.
Since 2.4
Derived by RGtkGen from GTK+ documentation
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.