package stk
SDL-based GUI toolkit
Install
Dune Dependency
Authors
Maintainers
Sources
ocaml-stk-0.4.0.tar.bz2
md5=4a7d5aeecb002fa711a6eb002a544713
sha512=f2efc05917d5916980a8d09426b629028a748c00c19667b0bf4e0cf0c8811d80b5a693b95f662301bfbe3162cefd73e7f02e98cb5c1020876cbcf9fc81930434
doc/index.html
Stk
Stk
is GUI toolkit based on SDL (through Tsdl bindings): It provides various widgets and utilities to create graphical applications.
Lwt is used to provide pseudo-parallelism in event handling.
Base modules
Stk.App
STK application.Stk.Color
Colors.Stk.App
STK application.Stk.Color
Colors.Stk.Events
Events and callback registration.Stk.Font
Fonts.Stk.G
Geometry.Stk.Key
Utils for managing keys.Stk.Log
Logging.Stk.Object
Objects.Stk.Props
Properties and their values.Stk.Selection
Handling current selection.Stk.Theme
Theming widgets.Stk.Utf8
Handling UTF-8 strings.Stk.Widget
Widget base class.
Widgets
See also widget_hierarchy
.
- Buttons: button, checkbutton, togglebutton
- Canvas: canvas, box, fixed_size, flex, group, glyph, label, paned, rect
- Containers: box, flex, layers, paned, notebook, table
- Menus: menuitem, menu, menubar
- Simple containers: event_box, fixed_size, frame, scrollbox
- Text display: label, glyph, textlog
- Text edition: entry, textview
- calendar
- clist
- image
- range
- tree
- window
Utils
Stk.Default_app
Default application.Stk.Dialog
Dialog windows.Stk.Misc
Utilities.Stk.Wkey
Convenient functions to handle key press events in widgets.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page