package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val obj : 'a Gtk.obj
method add : menu_item -> unit
method all_children : menu_item list
method append : menu_item -> unit
method as_widget : Gtk.widget Gtk.obj
method border_width : int
method children : menu_item list
method coerce : GObj.widget
method connect : menu_shell_signals
method deactivate : unit -> unit
method destroy : unit -> unit
method drag : GObj.drag_ops
method event : GObj.event_ops
method focus : GContainer.focus
method get_oid : int
method insert : menu_item -> pos:int -> unit
method misc : GObj.misc_ops
method prepend : menu_item -> unit
method remove : menu_item -> unit
method resize_mode : Gtk.Tags.resize_mode
method set_border_width : int -> unit
method set_resize_mode : Gtk.Tags.resize_mode -> unit
method private wrap : Gtk.widget Gtk.obj -> menu_item