package stk
Install
    
    dune-project
 Dependency
Authors
Maintainers
Sources
md5=beeed5752ff67b3abeb1bcf8fb6b9098
    
    
  sha512=c1603ae66956a674864ad875212fdbfc8d8016983202108d492b0d8722106b1e982e9fdc04b20d1b7adf5013343252fc5173851751906271731bc81d70dc789c
    
    
  doc/stk/Stk/Paned/class-paned/index.html
Class Paned.panedSource
Paned widget.
Contains children widget separated by handles. Horizontal (or vertical if orientation is Vertical) space allocated to each child depends on handle positions. The first handle position defines how to distribute paned widget space between first and second children. The second handle position indicate how to distribube the remaining space between the second and third childreb, and so on.
The widget has class "vertical" or "horizontal" depending on orientation.
inherit Stk.Container.container_listinherit Stk.Widget.orientedProperties
method handle_props : Stk.Props.tmethod set_handle_props : ?delay:float ->
  ?propagate:bool ->
  Stk.Props.t ->
  unitmethod handle_positions : handle_position option listmethod set_handle_positions : ?delay:float ->
  ?propagate:bool ->
  handle_position option list ->
  unitmethod user_handle_positionning : user_handle_positionningmethod set_user_handle_positionning : ?delay:float ->
  ?propagate:bool ->
  user_handle_positionning ->
  unitChildren
method children_widgets : Stk.Widget.widget listo#children_widgets returns the list of children widget of o.
method reorder_child : Stk.Widget.widget -> int -> unito#reorder_child w pos moves child widget w to new position pos (if possible).
method pack : ?pos:int ->
  ?data:Stk.Container.child_data ->
  Stk.Widget.widget ->
  unito#pack w adds widget w to o. Optional parameter pos indicates a position to insert w; default is to append w to children. Optional parameter data associates the given value to w.
method unpack : Stk.Widget.widget -> unito#unpack w removes child widget w from o.