TearoffMenuItem
Object Hierarchy:
Description:
[ CCode ( type_id = "gtk_tearoff_menu_item_get_type ()" ) ]
[ Version ( deprecated = true , deprecated_since = "3.4" ) ]
public class TearoffMenuItem : MenuItem, Implementor, Actionable, Activatable, Buildable
[ Version ( deprecated = true , deprecated_since = "3.4" ) ]
public class TearoffMenuItem : MenuItem, Implementor, Actionable, Activatable, Buildable
Warning: TearoffMenuItem is deprecated since 3.4.
A TearoffMenuItem is a special MenuItem which is used to tear off and reattach its menu.
When its menu is shown normally, the TearoffMenuItem is drawn as a dotted line indicating that the menu can be torn off. Activating it causes its menu to be torn off and displayed in its own window as a tearoff menu.
When its menu is shown as a tearoff menu, the TearoffMenuItem is drawn as a dotted line which has a left pointing arrow graphic indicating that the tearoff menu can be reattached. Activating it will erase the tearoff menu window.
Note:
TearoffMenuItem is deprecated and should not be used in newly written code. Menus are not meant to be torn around.
Namespace: Gtk
Package: gtk+-3.0
Content:
Creation methods:
Inherited Members:
All known members inherited from class Gtk.MenuItem
All known members inherited from class Gtk.Bin
All known members inherited from class Gtk.Container
All known members inherited from class Gtk.Widget
All known members inherited from class GLib.Object
All known members inherited from interface Atk.Implementor
All known members inherited from interface Gtk.Actionable
All known members inherited from interface Gtk.Activatable
All known members inherited from interface Gtk.Buildable