-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.DockStack
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
2 revisions
namespace: Crow
DockStack
public class DockStack : GenericStack
⬜ | prototype | description |
---|---|---|
DockStack () |
__ | |
DockStack (Interface iface, string style=null) |
__ |
⬜ | name | description |
---|
⬜ | 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) |
__ |
⬜ | name | description |
---|