Skip to content
Jean-Philippe Bruyère edited this page Oct 26, 2021 · 2 revisions

namespace: Crow

Inheritance Hierarchy

  • DockStack

Syntax

public class DockStack : GenericStack

Constructors

prototype description
DockStack () __
DockStack (Interface iface, string style=null) __

Properties

name description

Methods

prototype description
void AddChild(Widget g) __
void Dock(DockWindow dw) __
string ExportConfig() __
void ImportConfig(ReadOnlySpan< char > conf, object dataSource=null) Imports the config.
void InsertChild(int idx, Widget g) __
void onDragLeave(object sender, DragDropEventArgs e) __
void onDragMouseMove(object sender, MouseMoveEventArgs e) __
void Undock(DockWindow dw) __

Events

name description
Clone this wiki locally