package stk
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
SDL-based GUI toolkit
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-stk-0.4.0.tar.bz2
md5=4a7d5aeecb002fa711a6eb002a544713
sha512=f2efc05917d5916980a8d09426b629028a748c00c19667b0bf4e0cf0c8811d80b5a693b95f662301bfbe3162cefd73e7f02e98cb5c1020876cbcf9fc81930434
doc/stk/Stk/Text/class-status/index.html
Class Text.statusSource
A status is a label where messages can be stacked. Only the message at the top of the stack is displayed. Each message has an id, which can be used to remove the message even if not on top of the stack.
inherit labelmethod push : string -> Status_msg_id.ts#push msg pushes new message msg and returns message id.
v#pop pops message from the stack. If the stack is not empty, then the new message on top is displayed.
method remove : Status_msg_id.t -> unitv#remove id removes message with given id from the stack.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>