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/Stack_page/index.html
Module Wrappers.Stack_page
type t = [ `stack_page | `object_ ] Gobject.objval set_visible : t -> bool -> unitSets whether @page is visible in its `GtkStack`.
val set_use_underline : t -> bool -> unitSets whether underlines in the page title indicate mnemonics.
val set_title : t -> string -> unitSets the page title.
val set_needs_attention : t -> bool -> unitSets whether the page is marked as “needs attention”.
val set_name : t -> string -> unitSets the name of the page.
val set_icon_name : t -> string -> unitSets the icon name of the page.
val get_visible : t -> boolReturns whether @page is visible in its `GtkStack`.
This is independent from the property@Gtk.Widget:visible property of its widget.
val get_use_underline : t -> boolGets whether underlines in the page title indicate mnemonics.
val get_title : t -> string optionGets the page title.
val get_needs_attention : t -> boolReturns whether the page is marked as “needs attention”.
val get_name : t -> string optionReturns the name of the page.
val get_icon_name : t -> string optionReturns the icon name of the page.
val get_child : t -> [ `widget | `initially_unowned | `object_ ] Gobject.objReturns the stack child to which @self belongs.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>