SelectionPanelExtensions
Namespace: Hex1b
Assembly: Hex1b.dll
Extension methods for building .
csharp
public static class SelectionPanelExtensionsInheritance
Object → SelectionPanelExtensions
Methods
SelectionPanel<TParent>(WidgetContext<TParent>, Hex1bWidget)
Wraps the supplied child in a . At this stage the panel is a pure pass-through; future iterations will add a copy/select mode similar to TerminalWidget's.
Parameters:
ctx(WidgetContext<<TParent>>):child(Hex1bWidget):
Returns: SelectionPanelWidget
csharp
public static SelectionPanelWidget SelectionPanel<TParent>(this WidgetContext<TParent> ctx, Hex1bWidget child) where TParent : Hex1bWidget