Struct cgui::CWin[][src]

pub struct CWin {
    pub rep: CWinRep,
    // some fields omitted
}

Fields

Methods

impl CWin
[src]

Writes a pixel to our buffer. Does not push to window manager until redraw() or redraw_dirty() is called.

Trait Implementations

impl RenderBack for CWin
[src]

Win32 backend implementation

Apps which call event_tick manually MUST call init() first. I refuse to throw a check for self.init every time the user moves their mouse.

Auto Trait Implementations

impl !Send for CWin

impl !Sync for CWin