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

Function EditLinenumDlg

src/Edit.c:5417–5425  ·  view source on GitHub ↗

============================================================================= EditLinenumDlg()

Source from the content-addressed store, hash-verified

5415// EditLinenumDlg()
5416//
5417BOOL EditLinenumDlg ( HWND hwnd )
5418{
5419 if ( IDOK == ThemedDialogBoxParam ( g_hInstance, MAKEINTRESOURCE ( IDD_LINENUM ),
5420 GetParent ( hwnd ), EditLinenumDlgProc, ( LPARAM ) hwnd ) ) {
5421 return TRUE;
5422 } else {
5423 return FALSE;
5424 }
5425}
5426
5427
5428//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 1

ThemedDialogBoxParamFunction · 0.85

Tested by

no test coverage detected