package stk

  1. Overview
  2. Docs
SDL-based GUI toolkit

Install

Dune Dependency

Authors

Maintainers

Sources

ocaml-stk-0.1.0.tar.bz2
md5=c334ffabde8b710f1eba6699db0f601a
sha512=7978e3f10bc196ee6177ded9ae0313a5ba65e1a74e501fbecbe5ebc216ca6ee7117deaff5bc4c414083a4a55851a81e5dedaa8d0a880ad72689b3f56f3b064f5

doc/stk/Stk/Frame/class-frame/index.html

Class Frame.frameSource

The frame widget. Optional argument label can be used to pass the widget used in label position. Any widget can be used as label.

inherit Stk.Bin.bin

Properties

method frame_border_width : int
method set_frame_border_width : int -> unit

Label

method label : Stk.Widget.widget option

Returns the label widget, if any.

method set_label : Stk.Widget.widget option -> unit

f#set_label w sets widget w as label, replacing the previous one if present.

OCaml

Innovation. Community. Security.