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

Function TabSettingsDlg

src/Dialogs.c:1399–1408  ·  view source on GitHub ↗

============================================================================= TabSettingsDlg()

Source from the content-addressed store, hash-verified

1397// TabSettingsDlg()
1398//
1399BOOL TabSettingsDlg ( HWND hwnd, UINT uidDlg, int *iNumber )
1400{
1401 INT_PTR iResult;
1402 iResult = ThemedDialogBoxParam (
1403 g_hInstance,
1404 MAKEINTRESOURCE ( uidDlg ),
1405 hwnd,
1406 TabSettingsDlgProc, ( LPARAM ) iNumber );
1407 return ( iResult == IDOK ) ? TRUE : FALSE;
1408}
1409
1410
1411//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 1

ThemedDialogBoxParamFunction · 0.85

Tested by

no test coverage detected