- _draggingSides
uint _draggingSides;
Undocumented in source.
- enableSideDragging
void enableSideDragging(vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- resizeWithDragging
void resizeWithDragging(vec2 cur)
Undocumented in source. Be warned that the author may not have intended to support it.
- _minSize
vec2 _minSize;
Undocumented in source.
- minSize
minSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- _maxSize
vec2 _maxSize;
Undocumented in source.
- maxSize
maxSize [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- limitSize
void limitSize(vec2 min, vec2 max)
Undocumented in source. Be warned that the author may not have intended to support it.
- _pos
vec2 _pos;
Undocumented in source.
- pos
vec2 pos [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- _size
vec2 _size;
Undocumented in source.
- size
vec2 size [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- move
void move(vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
- resize
void resize(vec2 size)
Undocumented in source. Be warned that the author may not have intended to support it.
- onClose
MdiClientCloseHandler onClose;
Undocumented in source.
- close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
- cursor
const(Cursor) cursor [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- handleMouseMove
bool handleMouseMove(vec2 cur)
Undocumented in source. Be warned that the author may not have intended to support it.
- handleMouseButton
bool handleMouseButton(MouseButton btn, bool status, vec2 pos)
Undocumented in source. Be warned that the author may not have intended to support it.
A client widget for MDI.