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

Method CellSkip

src/preferences_base.cpp:108–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106}
107
108void OptionPage::CellSkip(wxFlexGridSizer *flex) {
109 flex->AddStretchSpacer();
110}
111
112wxControl *OptionPage::OptionAdd(wxFlexGridSizer *flex, const wxString &name, const char *opt_name, double min, double max, double inc) {
113 parent->AddChangeableOption(opt_name);

Callers 6

GeneralFunction · 0.80
AudioFunction · 0.80
VideoFunction · 0.80
InterfaceFunction · 0.80
BackupFunction · 0.80
Advanced_VideoFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected