Home
last modified time | relevance | path

Searched refs:collection_log (Results 1 – 1 of 1) sorted by relevance

/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Ddialog_fonts_collector.cpp53 wxStyledTextCtrl *collection_log; member in __anon4599a2a90111::DialogFontsCollector
251 collection_log->SetWrapMode(wxSTC_WRAP_WORD); in DialogFontsCollector()
252 collection_log->SetMarginWidth(1, 0); in DialogFontsCollector()
253 collection_log->SetReadOnly(true); in DialogFontsCollector()
287 collection_log->SetReadOnly(false); in OnStart()
288 collection_log->ClearAll(); in OnStart()
289 collection_log->SetReadOnly(true); in OnStart()
383 collection_log->SetReadOnly(false); in OnAddText()
384 int pos = collection_log->GetLength(); in OnAddText()
388 collection_log->StartStyling(pos, 31); in OnAddText()
[all …]