package inquire

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
method size_request : < allocation : LTerm_geom.rect ; can_focus : bool ; children : LTerm_widget_base_impl.t list ; cursor_position : LTerm_geom.coord option ; draw : LTerm_draw.context -> LTerm_widget_base_impl.t -> unit ; focus : LTerm_widget_base_impl.t option LTerm_geom.directions ; mouse_event : LTerm_event.t -> bool ; offset : int ; on_event : ?switch:LTerm_widget_callbacks.switch -> (LTerm_event.t -> bool) -> unit ; on_offset_change : ?switch:LTerm_widget_callbacks.switch -> (int -> unit) -> unit ; parent : LTerm_widget_base_impl.t option ; queue_draw : unit ; range : int ; resource_class : string ; resources : LTerm_resources.t ; scroll_key_event : LTerm_event.t -> bool ; send_event : LTerm_event.t -> unit ; set_allocation : LTerm_geom.rect -> unit ; set_focus : LTerm_widget_base_impl.t option LTerm_geom.directions -> unit ; set_offset : ?trigger_callback:bool -> int -> unit ; set_parent : LTerm_widget_base_impl.t option -> unit ; set_queue_draw : (unit -> unit) -> unit ; set_range : ?trigger_callback:bool -> int -> unit ; set_resource_class : string -> unit ; set_resources : LTerm_resources.t -> unit ; size_request : LTerm_geom.size ; update_resources : unit.. > -> LTerm_geom.size
method offset : 'a -> int
method set_offset : 'a -> ?trigger_callback:bool -> int -> unit
method range : 'a -> int
method set_range : 'a -> ?trigger_callback:bool -> int -> unit
method on_offset_change : 'a -> ?switch:LTerm_widget_callbacks.switch -> (int -> unit) -> unit