package ocgtk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
OCaml bindings for GTK 4
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.1-preview2.tar.gz
sha256=4e50fdb5093136a10fc8ffbe388e44cbcb70d52f8afdd48863ec7e22580ff054
doc/ocgtk.gtk/Ocgtk_gtk/Gtk/Wrappers/Action_bar/index.html
Module Wrappers.Action_bar
type t = [ `action_bar | `widget | `initially_unowned | `object_ ] Gobject.objval new_ : unit -> tCreate a new ActionBar
val set_revealed : t -> bool -> unitReveals or conceals the content of the action bar.
Note: this does not show or hide @action_bar in the property@Gtk.Widget:visible sense, so revealing has no effect if the action bar is hidden.
val set_center_widget :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj option ->
unitSets the center widget for the `GtkActionBar`.
val remove :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj ->
unitRemoves a child from @action_bar.
val pack_start :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj ->
unitAdds @child to @action_bar, packed with reference to the start of the @action_bar.
val pack_end :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj ->
unitAdds @child to @action_bar, packed with reference to the end of the @action_bar.
val get_revealed : t -> boolGets whether the contents of the action bar are revealed.
val get_center_widget :
t ->
[ `widget | `initially_unowned | `object_ ] Gobject.obj optionRetrieves the center bar widget of the bar.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>