MCPcopy Create free account
hub / github.com/ProgerXP/Notepad2e / LongLineSettingsDlg

Function LongLineSettingsDlg

src/Dialogs.c:1319–1328  ·  view source on GitHub ↗

============================================================================= LongLineSettingsDlg()

Source from the content-addressed store, hash-verified

1317// LongLineSettingsDlg()
1318//
1319BOOL LongLineSettingsDlg ( HWND hwnd, UINT uidDlg, int *iNumber )
1320{
1321 INT_PTR iResult;
1322 iResult = ThemedDialogBoxParam (
1323 g_hInstance,
1324 MAKEINTRESOURCE ( uidDlg ),
1325 hwnd,
1326 LongLineSettingsDlgProc, ( LPARAM ) iNumber );
1327 return ( iResult == IDOK ) ? TRUE : FALSE;
1328}
1329
1330
1331//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 1

ThemedDialogBoxParamFunction · 0.85

Tested by

no test coverage detected