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

Function ColumnWrapDlg

src/Dialogs.c:1163–1172  ·  view source on GitHub ↗

============================================================================= ColumnWrapDlg()

Source from the content-addressed store, hash-verified

1161// ColumnWrapDlg()
1162//
1163BOOL ColumnWrapDlg ( HWND hwnd, UINT uidDlg, int *iNumber )
1164{
1165 INT_PTR iResult;
1166 iResult = ThemedDialogBoxParam (
1167 g_hInstance,
1168 MAKEINTRESOURCE ( uidDlg ),
1169 hwnd,
1170 ColumnWrapDlgProc, ( LPARAM ) iNumber );
1171 return ( iResult == IDOK ) ? TRUE : FALSE;
1172}
1173
1174
1175//=============================================================================

Callers 1

MsgCommandFunction · 0.85

Calls 1

ThemedDialogBoxParamFunction · 0.85

Tested by

no test coverage detected