5template <
typename ReturnType,
typename... Args>
class ScopedSizer
33 ShuttleGui& s,
int PositionFlags = wxALIGN_CENTRE,
int iProp = 1)
64 public ScopedSizer<wxStaticBox*, const TranslatableString&, int>
ScopedHorizontalLay(ShuttleGui &s, int PositionFlags=wxALIGN_CENTRE, int iProp=1)
ScopedInvisiblePanel(ShuttleGui &s, int border=0)
ReturnType(ShuttleGui::* mStartFunction)(Args...)
ScopedSizer(ShuttleGui &s, ReturnType(ShuttleGui::*startFunc)(Args...), void(ShuttleGui::*endFunc)(), Args... args)
void(ShuttleGui::* mEndFunction)()
ScopedStatic(ShuttleGui &s, const TranslatableString &label, int iProp=0)
ScopedVerticalLay(ShuttleGui &s, int iProp=1)
Derived from ShuttleGuiBase, an Audacity specific class for shuttling data to and from GUI.
Holds a msgid for the translation catalog; may also bind format arguments.