Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Nottui_widgets
Sourceval kfmt :
(Nottui.ui -> 'a) ->
?attr:Notty.attr ->
('b, Format.formatter, unit, 'a) format4 ->
'b
val vscroll_area :
state:scroll_state Lwd.t ->
change:([> `Action | `Content ] -> scroll_state -> unit) ->
Nottui.ui Lwd.t ->
Nottui.ui Lwd.t
val edit_field :
?focus:Nottui.Focus.handle ->
(string * int) Lwd.t ->
on_change:((string * int) -> unit) ->
on_submit:((string * int) -> unit) ->
Nottui.ui Lwd.t
val grid :
?max_h:int ->
?max_w:int ->
?pad:Nottui.gravity ->
?crop:Nottui.gravity ->
?bg:Notty.attr ->
?h_space:int ->
?v_space:int ->
?headers:Nottui.ui Lwd.t list ->
Nottui.ui Lwd.t list list ->
Nottui.ui Lwd.t