[][src]Crate cgui

Re-exports

pub use super::*;

Modules

ext

Structs

CWin
CWinRep

Write-dominant data structure which holds details about the window which is pushed to various backends.

Traits

RenderBack

Backend renderers are implemented in other source files (winback.rs, x11back.rs) and contain implementations of RenderBack for CWin. At compile time there must only be one implementation visible, which will be baked into the shared lib. No support for dynamically changing system backends is planned (eg win32 -> x11 with an x11 server on windows).