Interface IWidgetTreeRenderer
Namespace: Ritchie.Toolbox.Debugging
Assembly: Ritchie.Toolbox.dll
Syntax
public interface IWidgetTreeRenderer
Methods
Begin()
Declaration
void Begin()
End()
Declaration
void End()
IsSelected(Widget)
Declaration
bool IsSelected(Widget widget)
Parameters
Type | Name | Description |
---|---|---|
Widget | widget |
Returns
Type | Description |
---|---|
bool |
PopWidget()
Declaration
void PopWidget()
PushWidget(Widget, bool)
Declaration
bool PushWidget(Widget widget, bool hasChildren)
Parameters
Type | Name | Description |
---|---|---|
Widget | widget | |
bool | hasChildren |
Returns
Type | Description |
---|---|
bool |