bogue
GUI library for ocaml, with animations, based on SDL2
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Dependency graph
val vertical :
?name:string ->
?click_on_label:bool ->
?selected:int ->
string array ->
t
A radiolist with the usual vertical layout of items. The option click_on_label
is true be default: one can click on the label to select it.
val get_index : t -> int option
val set_index : t -> int option -> unit
Set the selected entry to the specified index and directly activate the button's connections with the Trigger.var_changed
event.