package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val obj : 'b Gobject.obj
method add_action : 'c. action_skel as 'd -> unit
method add_action_with_accel : 'e. ?accel:string -> action_skel as 'f -> unit
method as_group : Gtk.action_group Gobject.obj
method connect : action_group_signals
method get_action : string -> action
method list_actions : action list
method name : string
method remove_action : 'g. action_skel as 'h -> unit
method sensitive : bool
method set_sensitive : bool -> unit
method set_visible : bool -> unit
method visible : bool