[][src]Crate kas

KAS lib

Modules

control

Control widgets accept simple input

dialog

Dialogs

display

Display widgets show information but are not interactive

event

Event handling

macros

Library macros

Structs

ChildIter
CoreData

Common widget data

Rect

A rectangular region.

SimpleWindow

Main window type

TkData

The type of per-widget toolkit data.

Enums

CallbackCond

When to trigger a callback

ChildLayout

How child widgets are arranged

Class

Widget classifications

Traits

Core

Common widget behaviour

Layout

Size and position handling for widgets, the universal interface to the layout system.

TkWidget

Common widget properties. Implemented by the toolkit.

Toolkit

A toolkit handles window management and rendering for a GUI.

Widget

A widget encapsulates code for event handling and/or drawing some feature of a sub-region of a window.

Window

A window is a drawable interactive region provided by windowing system.

Type Definitions

Coord

An (x, y) coordinate or a size.

GridPos

Column and row location information, (col, row, col-span, row-span).