[][src]Crate mergui

Modules

channels

Contains various structs and traits to comunicate with the widgets

core

Contains structs and traits of the most simple of widgets.

widgets

Contains the most used widgets and traits. Often they are composed of multiple core or normal widgets

Structs

Context

This manages the GUI. It contains every widget that needs to be drawn and makes sure they are updated properly

FontStyle

a wrapper arround all the values needed to draw some text

LayerId
MFont
Response

This is the struct that gets returned when a widget is added to the context.

WidgetId