A special Gtk::MenuItem which is used to tear off and reattach its menu. More...
Inherits Gtk::MenuItem.
Public Member Functions | |
virtual | ~TearoffMenuItem () |
GtkTearoffMenuItem* | gobj () |
Provides access to the underlying C GtkObject. | |
const GtkTearoffMenuItem* | gobj () const |
Provides access to the underlying C GtkObject. | |
TearoffMenuItem () | |
bool | is_torn_off () const |
Related Functions | |
(Note that these are not member functions.) | |
Gtk::TearoffMenuItem* | wrap (GtkTearoffMenuItem* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
A special Gtk::MenuItem which is used to tear off and reattach its menu.
When its menu is shown normally, the Gtk::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. When its menu is shown as a tearoff menu, the Gtk::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.
virtual Gtk::TearoffMenuItem::~TearoffMenuItem | ( | ) | [virtual] |
Gtk::TearoffMenuItem::TearoffMenuItem | ( | ) |
const GtkTearoffMenuItem* Gtk::TearoffMenuItem::gobj | ( | ) | const [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::MenuItem.
GtkTearoffMenuItem* Gtk::TearoffMenuItem::gobj | ( | ) | [inline] |
Provides access to the underlying C GtkObject.
Reimplemented from Gtk::MenuItem.
bool Gtk::TearoffMenuItem::is_torn_off | ( | ) | const |
Gtk::TearoffMenuItem* wrap | ( | GtkTearoffMenuItem * | object, | |
bool | take_copy = false | |||
) | [related] |
A Glib::wrap() method for this object.
object | The C instance. | |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |