Context.WindowContext

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

forget
void forget(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
requestRedraw
void requestRedraw()
Undocumented in source. Be warned that the author may not have intended to support it.
setFocused
void setFocused(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
setModkeyStatus
void setModkeyStatus(Modkey key, bool press)
Undocumented in source. Be warned that the author may not have intended to support it.
setNoNeedRedraw
void setNoNeedRedraw()
Undocumented in source. Be warned that the author may not have intended to support it.
setPopup
void setPopup(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.
setTracked
void setTracked(Widget w)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

ctrl
ctrl [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
focused
focused [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
needRedraw
needRedraw [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
popup
popup [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
shift
shift [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tracked
tracked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_focused
Widget _focused;
Undocumented in source.
_modkey
uint _modkey;
Undocumented in source.
_needRedraw
bool _needRedraw;
Undocumented in source.
_popup
Widget _popup;
Undocumented in source.
_tracked
Widget _tracked;
Undocumented in source.

Meta