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

control to add between children of a Stack to allow them to be resized with the pointer

namespace: Crow

Inheritance Hierarchy

  • Splitter

Syntax

public class Splitter : Widget

Constructors

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

Properties

name description
Parent __
Thickness __

Methods

prototype description
void onMouseEnter(object sender, MouseMoveEventArgs e) __
void onMouseMove(object sender, MouseMoveEventArgs e) __
bool UpdateLayout(LayoutingType layoutType) Update layout component only one at a time, this is where the computation of alignement and size take place. The redrawing will only be triggered if final slot size has changed

Events

name description
Clone this wiki locally