package ocgtk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Class Scrolled_window.scrolled_window

inherit Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method on_edge_overshot : ?after:bool -> callback:(pos:Ocgtk_gtk__.Gtk_enums.positiontype -> unit) -> unit -> Gobject.Signal.handler_id
method on_edge_reached : ?after:bool -> callback:(pos:Ocgtk_gtk__.Gtk_enums.positiontype -> unit) -> unit -> Gobject.Signal.handler_id
method on_move_focus_out : ?after:bool -> callback:(direction_type:Ocgtk_gtk__.Gtk_enums.directiontype -> unit) -> unit -> Gobject.Signal.handler_id
method on_scroll_child : ?after:bool -> callback:(scroll:Ocgtk_gtk__.Gtk_enums.scrolltype -> horizontal:bool -> bool) -> unit -> Gobject.Signal.handler_id
method get_child : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option
method get_hadjustment : unit -> Ocgtk_gtk__.GAdjustment.adjustment_t
method get_has_frame : unit -> bool
method get_hscrollbar : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method get_kinetic_scrolling : unit -> bool
method get_max_content_height : unit -> int
method get_max_content_width : unit -> int
method get_min_content_height : unit -> int
method get_min_content_width : unit -> int
method get_overlay_scrolling : unit -> bool
method get_placement : unit -> Ocgtk_gtk__.Gtk_enums.cornertype
method get_propagate_natural_height : unit -> bool
method get_propagate_natural_width : unit -> bool
method get_vadjustment : unit -> Ocgtk_gtk__.GAdjustment.adjustment_t
method get_vscrollbar : unit -> Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t
method set_child : Ocgtk_gtk__.GEvent_controller_and__layout_child_and__layout_manager_and__root_and__tooltip_and__widget.widget_t option -> unit
method set_hadjustment : Ocgtk_gtk__.GAdjustment.adjustment_t option -> unit
method set_has_frame : bool -> unit
method set_kinetic_scrolling : bool -> unit
method set_max_content_height : int -> unit
method set_max_content_width : int -> unit
method set_min_content_height : int -> unit
method set_min_content_width : int -> unit
method set_overlay_scrolling : bool -> unit
method set_placement : Ocgtk_gtk__.Gtk_enums.cornertype -> unit
method set_policy : Ocgtk_gtk__.Gtk_enums.policytype -> Ocgtk_gtk__.Gtk_enums.policytype -> unit
method set_propagate_natural_height : bool -> unit
method set_propagate_natural_width : bool -> unit
method set_vadjustment : Ocgtk_gtk__.GAdjustment.adjustment_t option -> unit
method unset_placement : unit -> unit
method hscrollbar_policy : Ocgtk_gtk__.Gtk_enums.policytype
method set_hscrollbar_policy : Ocgtk_gtk__.Gtk_enums.policytype -> unit
method vscrollbar_policy : Ocgtk_gtk__.Gtk_enums.policytype
method set_vscrollbar_policy : Ocgtk_gtk__.Gtk_enums.policytype -> unit
method window_placement : Ocgtk_gtk__.Gtk_enums.cornertype
method set_window_placement : Ocgtk_gtk__.Gtk_enums.cornertype -> unit
method as_scrolled_window : Ocgtk_gtk__.Scrolled_window.t