package
0.0.0-20151028112939-f85e0a97b3a4
Repository: https://github.com/google/gxui.git
Documentation: pkg.go.dev
# Functions
CreateTreeToListAdapter wraps the provided TreeAdapter with an adapter conforming to the ListAdapter interface.
# Structs
CodeEditorLine.
DefaultTextBoxLine.
gxui.AdapterCompliance.
TreeToListAdapter converts a TreeAdapter to a ListAdapter so that the tree can be visualized with a List.
# Interfaces
Interface used to visualize tree nodes in as a list.