MCPcopy Create free account
hub / github.com/TypesettingTools/Aegisub / Add

Method Add

src/preferences_base.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102template<class T>
103void OptionPage::Add(wxSizer *sizer, wxString const& label, T *control) {
104 sizer->Add(new wxStaticText(this, -1, label), 1, wxALIGN_CENTRE_VERTICAL);
105 sizer->Add(control, wxSizerFlags().Expand());
106}
107
108void OptionPage::CellSkip(wxFlexGridSizer *flex) {
109 flex->AddStretchSpacer();

Callers 4

OptionAddMethod · 0.45
PageSizerMethod · 0.45
OptionBrowseMethod · 0.45
OptionFontMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected