QWidget.write

writes a string to terminal. if it does not fit in one line, it is wrapped

  1. bool write(dchar c, Color fg, Color bg)
  2. uint write(dstring s, Color fg, Color bg)
    class QWidget
    protected private protected final
    uint
    write
    (
    dstring s
    ,,)
  3. uint _posX;
  4. uint _posY;

Return Value

Type: uint

number of characters written

Meta