Module Stk

module App : sig ... end

STK application.

module Bin : sig ... end

Widgets which can contain one widget.

module Button : sig ... end

Buttons.

module Canvas : sig ... end

Canvas.

module Clist : sig ... end

Multi-column list widget.

module Color : sig ... end

Colors.

module Container : sig ... end

Container widget.

module Default_app : sig ... end

Default application.

module Dialog : sig ... end

Dialog windows.

module Edit : sig ... end

Entry widgets.

module Events : sig ... end

Events and callback registration.

module Flex : sig ... end

Flex container widget.

module Fmts : sig ... end
module Font : sig ... end

Fonts.

module Frame : sig ... end

Labelled frame widget.

module G : sig ... end

Geometry.

module Image : sig ... end

Image widget.

module Key : sig ... end

Utils for managing keys.

module Layer : sig ... end
module Log : sig ... end

Logging.

module Menu : sig ... end

Menus and menubars.

module Misc : sig ... end

Utilities.

module Notebook : sig ... end

Notebook widget.

module Object : sig ... end

Objects.

module Oid : sig ... end
module Pack : sig ... end

Boxes to pack widgets.

module Packer : sig ... end
module Props : sig ... end

Properties and their values.

module Range : sig ... end

Range widget.

module Render : sig ... end

Rendering utilities.

module Rope : sig ... end

Rope to store text with tags.

module Selection : sig ... end

Handling current selection.

module Text : sig ... end

Simple widgets to display text.

module Textbuffer : sig ... end

Text buffer sharable by several views.

module Textlog : sig ... end

A widget to display Logs message.

module Texttag : sig ... end

Tags associated to characters in Textbuffer and Textview.

module Texture : sig ... end

Module used internally to build and render on textures larger than SDL textures.

module Textview : sig ... end

Textview widget.

module Theme : sig ... end

Theming widgets.

module Tree : sig ... end

A tree widget. Interface is not stable yet.

module Utf8 : sig ... end

Handling UTF-8 strings.

module Widget : sig ... end

Widget base class.

module Window : sig ... end

Windows.

module Wkey : sig ... end

Convenient functions to handle key press events in widgets.