LineComponent.this

Undocumented in source.
  1. this(string text, int color, int background, bool delegate() onclick)
  2. this(string text, RGB colorRgb, RGB backgroundRgb, bool delegate() onclick)
    struct LineComponent
    this
    (
    string text
    ,,
    RGB backgroundRgb = RGB(0, 0, 0)
    ,
    bool delegate
    ()
    onclick = null
    )

Meta