dlangide v0.7.77 (2017-09-12T14:20:07Z)
Home
Dub
Repo
VariablesWindow
dlangide
ui
watchpanel
Undocumented in source.
class
VariablesWindow : StringGridWidget {
DebugFrame
_frame
;
this
(string ID);
void
setFrame
(DebugFrame frame);
void
layout
(Rect rc);
}
Constructors
this
this
(string ID)
Undocumented in source.
Members
Functions
layout
void
layout
(Rect rc)
Undocumented in source. Be warned that the author may not have intended to support it.
setFrame
void
setFrame
(DebugFrame frame)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_frame
DebugFrame
_frame
;
Undocumented in source.
Meta
Source
See Implementation
dlangide
ui
watchpanel
classes
VariablesWindow
WatchPanel