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

namespace: Crow

Inheritance Hierarchy

Syntax

public class GroupBase : Widget

Constructors

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

Properties

name description
Children __
MultiSelect __

Methods

prototype description
void AddChild(Widget g) __
void checkHoverWidget(MouseMoveEventArgs e) __
void ClearChildren() __
bool Contains(Widget goToFind) __
void DeleteChild(Widget child) __
void DeleteChild(int idx) __
Widget FindByName(string nameToFind) __
T FindByType< T >() __
void InsertChild(int idx, Widget g) __
void OnDataSourceChanged(object sender, DataSourceChangeEventArgs e) __
void putWidgetOnBottom(Widget w) __
void putWidgetOnTop(Widget w) __
void RemoveChild(Widget child) __
void RemoveChild(int idx) __

Events

name description
Clone this wiki locally