Skip to content

SelectionPanelExtensions

Namespace: Hex1b

Assembly: Hex1b.dll

Extension methods for building .

csharp
public static class SelectionPanelExtensions

Inheritance

ObjectSelectionPanelExtensions

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:

Returns: SelectionPanelWidget

csharp
public static SelectionPanelWidget SelectionPanel<TParent>(this WidgetContext<TParent> ctx, Hex1bWidget child) where TParent : Hex1bWidget

Released under the MIT License.