MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / OnClickedLongFileNames

Method OnClickedLongFileNames

cppcryptfs/ui/CreatePropertyPage.cpp:568–576  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566
567
568void CCreatePropertyPage::OnClickedLongFileNames()
569{
570 // TODO: Add your control notification handler code here
571
572 auto pLbox = (CComboBox*)GetDlgItem(IDC_LONGNAMEMAX);
573 if (pLbox) {
574 pLbox->EnableWindow(IsDlgButtonChecked(IDC_LONG_FILE_NAMES));
575 }
576}
577
578
579void CCreatePropertyPage::OnClickedDeterministicNames()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected