package lablgtk3

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