package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method private virtual connect : 'b. ([> `button ], 'b) GtkSignal.t -> callback:'b -> GtkSignal.id
method private virtual notify : 'b. ([> `button ], 'b) Gobject.property -> callback:('b -> unit) -> GtkSignal.id
method clicked : button_sigs -> callback:(unit -> unit) -> GtkSignal.id
method enter : 'a -> callback:(unit -> unit) -> GtkSignal.id
method leave : 'a -> callback:(unit -> unit) -> GtkSignal.id
method pressed : 'a -> callback:(unit -> unit) -> GtkSignal.id
method released : 'a -> callback:(unit -> unit) -> GtkSignal.id
method notify_focus_on_click : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_image : 'a -> callback:(GObj.widget -> unit) -> GtkSignal.id
method notify_image_position : 'a -> callback:(GtkEnums.position_type -> unit) -> GtkSignal.id
method notify_label : 'a -> callback:(string -> unit) -> GtkSignal.id
method notify_use_stock : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_use_underline : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_relief : 'a -> callback:(GtkEnums.relief_style -> unit) -> GtkSignal.id
method notify_xalign : 'a -> callback:(float -> unit) -> GtkSignal.id
method notify_yalign : 'a -> callback:(float -> unit) -> GtkSignal.id