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