Skip to content
Jean-Philippe Bruyère edited this page Aug 3, 2019 · 2 revisions

namespace: Crow

Inheritance Hierarchy

Syntax

public class DockStack : GenericStack

Constructors

prototype description
DockStack () __
DockStack (Interface iface) __

Properties

name description

Methods

prototype description
void AddChild(Widget g) __
void Dock(DockWindow dw) __
string ExportConfig() __
void ImportConfig(string conf, object dataSource=null) Imports the config.
void InsertChild(int idx, Widget g) __
void onMouseMove(object sender, MouseMoveEventArgs e) __
bool PointIsIn(ref Point m) Recursive local coordinate point test. After test on parent, point m is in local coord system.
void Undock(DockWindow dw) __

Events

name description
Clone this wiki locally