Superclasses :
none
Subclasses :
none
Header : AUControlGroup
class AUControlGroup
Methods
Other
static void AddAUInfo (
AUCarbonViewBase* auView,
const Point& inLocation,
const SInt16 inRightOffset,
const SInt16 inTotalWidth
);
static void CreateLabelledSlider(
AUCarbonViewBase* auView,
const CAAUParameter& auvp,
const Rect& area,
Point labelSize,
const ControlFontStyleRec& fontStyle
);
static void CreateLabelledSliderAndEditText(
AUCarbonViewBase* auView,
const CAAUParameter& auvp,
const Rect& area,
Point labelSize,
Point editTextSize,
const ControlFontStyleRec& fontStyle
);
static void CreatePopupMenu (
AUCarbonViewBase* auView,
const CAAUParameter& auvp,
const Rect& area,
const ControlFontStyleRec& inFontStyle,
const bool inSizeToFit = false
);