package lablgtk3

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method private virtual connect : 'b. ([> `combobox ], 'b) GtkSignal.t -> callback:'b -> GtkSignal.id
method private virtual notify : 'b. ([> `combobox ], 'b) Gobject.property -> callback:('b -> unit) -> GtkSignal.id
method changed : combo_box_sigs -> callback:(unit -> unit) -> GtkSignal.id
method notify_active : 'a -> callback:(int -> unit) -> GtkSignal.id
method notify_add_tearoffs : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_focus_on_click : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_entry_text_column : 'a -> callback:(int -> unit) -> GtkSignal.id
method notify_has_entry : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_has_frame : 'a -> callback:(bool -> unit) -> GtkSignal.id
method notify_wrap_width : 'a -> callback:(int -> unit) -> GtkSignal.id