-
-
Notifications
You must be signed in to change notification settings - Fork 10
Crow.TemplatedContainer
Jean-Philippe Bruyère edited this page Oct 26, 2021
·
3 revisions
base class for new containers that will use templates.
TemplatedControl's must provide a widget of the Container
class named 'Content' inside their template tree
namespace: Crow
-
TemplatedContainer
public class TemplatedContainer : TemplatedControl
⬜ | prototype | description |
---|---|---|
![]() |
TemplatedContainer (Interface iface, string style=null) |
__ |
⬜ | name | description |
---|---|---|
![]() |
Content |
Single child of this templated container. |
![]() |
HasContent |
__ |
⬜ | prototype | description |
---|---|---|
![]() |
bool Contains(Widget goToFind) |
__ |
![]() |
Widget FindByName(string nameToFind) |
__ |
![]() |
T FindByType< T >() |
__ |
⬜ | name | description |
---|