package ocgtk
Install
dune-project
Dependency
Authors
Maintainers
Sources
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054
doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Wrappers/Paned/index.html
Module Wrappers.Paned
type t = [ `paned | `widget | `initially_unowned | `object_ ] Gobject.objval new_ : Gtk_enums.orientation -> tCreate a new Paned
val set_wide_handle : t -> bool -> unitSets whether the separator should be wide.
val set_start_child :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj option ->
unitSets the start child of @paned to @child.
If @child is `NULL`, the existing child will be removed.
val set_shrink_start_child : t -> bool -> unitSets whether the property@Gtk.Paned:start-child can shrink.
val set_shrink_end_child : t -> bool -> unitSets whether the property@Gtk.Paned:end-child can shrink.
val set_resize_start_child : t -> bool -> unitSets whether the property@Gtk.Paned:start-child can be resized.
val set_resize_end_child : t -> bool -> unitSets whether the property@Gtk.Paned:end-child can be resized.
val set_position : t -> int -> unitSets the position of the divider between the two panes.
val set_end_child :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj option ->
unitSets the end child of @paned to @child.
If @child is `NULL`, the existing child will be removed.
val get_wide_handle : t -> boolGets whether the separator should be wide.
val get_start_child :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj optionRetrieves the start child of the given `GtkPaned`.
val get_shrink_start_child : t -> boolReturns whether the property@Gtk.Paned:start-child can shrink.
val get_shrink_end_child : t -> boolReturns whether the property@Gtk.Paned:end-child can shrink.
val get_resize_start_child : t -> boolReturns whether the property@Gtk.Paned:start-child can be resized.
val get_resize_end_child : t -> boolReturns whether the property@Gtk.Paned:end-child can be resized.
val get_position : t -> intObtains the position of the divider between the two panes.
val get_end_child :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj optionRetrieves the end child of the given `GtkPaned`.
val get_max_position : t -> intGet property: max-position
val get_min_position : t -> intGet property: min-position
val get_position_set : t -> boolGet property: position-set
val set_position_set : t -> bool -> unitSet property: position-set
val on_accept_position :
?after:bool ->
t ->
callback:(unit -> bool) ->
Gobject.Signal.handler_idval on_cancel_position :
?after:bool ->
t ->
callback:(unit -> bool) ->
Gobject.Signal.handler_idval on_cycle_child_focus :
?after:bool ->
t ->
callback:(reversed:bool -> bool) ->
Gobject.Signal.handler_idval on_cycle_handle_focus :
?after:bool ->
t ->
callback:(reversed:bool -> bool) ->
Gobject.Signal.handler_idval on_move_handle :
?after:bool ->
t ->
callback:(scroll_type:Gtk_enums.scrolltype -> bool) ->
Gobject.Signal.handler_idval on_toggle_handle_focus :
?after:bool ->
t ->
callback:(unit -> bool) ->
Gobject.Signal.handler_id