Stk.FrameSourceLabelled frame widget.
Property "frame_border_width" to specify the width of the frame's border.
class frame : ?classes:string list option -> ?name:string option -> ?props:Props.t option -> ?wdata:
Widget.wdata
option -> ?label:Widget.widget option -> unit -> object ... endThe frame widget. Optional argument label can be used to pass the widget used in label position. Any widget can be used as label.
val frame :
?name:string ->
?props:Props.t ->
?wdata:Widget.wdata ->
?label:Widget.widget ->
?pack:(Widget.widget -> unit) ->
unit ->
frameConvenient function to create a frame. Optional arguments label can be used to add the widget to be placed in label position. See Widget arguments for other arguments.