FastLED 3.9.15
Loading...
Searching...
No Matches

◆ addControl()

template<typename T>
void fl::UIGroup::addControl ( T * control)
inline

Definition at line 50 of file group.h.

50 {
51 control->setGroup(name());
52 }
fl::string name() const FL_NOEXCEPT
Definition group.h:45

References FL_NOEXCEPT, and name().

+ Here is the call graph for this function: