1
2@c %start of fragment
3
4@node GtkTearoffMenuItem
5@chapter GtkTearoffMenuItem
6A menu item used to tear off and reattach its menu
7
8@section Overview
9A @code{<gtk-tearoff-menu-item>} is a special @code{<gtk-menu-item>} which is
10used to tear off and reattach its menu.
11
12When its menu is shown normally, the @code{<gtk-tearoff-menu-item>} is drawn as
13a dotted line indicating that the menu can be torn off. Activating it causes its
14menu to be torn off and displayed in its own window as a tearoff menu.
15
16When its menu is shown as a tearoff menu, the @code{<gtk-tearoff-menu-item>} is
17drawn as a dotted line which has a left pointing arrow graphic indicating that
18the tearoff menu can be reattached. Activating it will erase the tearoff menu
19window.
20
21@section Usage
22@include defuns-gtktearoffmenuitem.xml.texi
23
24@c %end of fragment
25