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/Shortcuts_window/index.html
Module Wrappers.Shortcuts_window
type t =
[ `shortcuts_window | `window | `widget | `initially_unowned | `object_ ]
Gobject.objval add_section :
t ->
[ `shortcuts_section | `box | `widget | `initially_unowned | `object_ ]
Gobject.obj ->
unitAdds a section to the shortcuts window.
This is the programmatic equivalent to using class@Gtk.Builder and a `<child>` tag to add the child.
Using method@Gtk.Window.set_child is not appropriate as the shortcuts window manages its children internally.
val get_section_name : t -> stringGet property: section-name
val set_section_name : t -> string -> unitSet property: section-name
val get_view_name : t -> stringGet property: view-name
val set_view_name : t -> string -> unitSet property: view-name
val on_close :
?after:bool ->
t ->
callback:(unit -> unit) ->
Gobject.Signal.handler_idval on_search :
?after:bool ->
t ->
callback:(unit -> unit) ->
Gobject.Signal.handler_id sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>