-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.DockStack
Jean-Philippe Bruyère edited this page Aug 3, 2019
·
2 revisions
namespace: Crow
-
ILayoutable
-
Widget
-
Group
-
GenericStack
DockStack
-
-
-
public class DockStack : GenericStack
⬜ | prototype | description |
---|---|---|
DockStack () |
__ | |
DockStack (Interface iface) |
__ |
⬜ | name | description |
---|
⬜ | 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) |
__ |
⬜ | name | description |
---|