prep for more dialoggery
This commit is contained in:
@@ -17,24 +17,6 @@
|
|||||||
|
|
||||||
/* Functions */
|
/* Functions */
|
||||||
|
|
||||||
/* * * *\
|
|
||||||
ItemDlgProc -
|
|
||||||
Dialog procedure for creating or modifying
|
|
||||||
an item.
|
|
||||||
RETURNS -
|
|
||||||
TRUE if message is handled, FALSE otherwise.
|
|
||||||
\* * * */
|
|
||||||
BOOL CALLBACK ItemDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|
||||||
{
|
|
||||||
switch (message)
|
|
||||||
{
|
|
||||||
|
|
||||||
// Place message cases here.
|
|
||||||
|
|
||||||
default:
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* * * *\
|
/* * * *\
|
||||||
GroupDlgProc -
|
GroupDlgProc -
|
||||||
@@ -48,6 +30,29 @@ BOOL CALLBACK GroupDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lPa
|
|||||||
switch (message)
|
switch (message)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
case WM_INITDIALOG:
|
||||||
|
|
||||||
|
// Place message cases here.
|
||||||
|
|
||||||
|
default:
|
||||||
|
return FALSE;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/* * * *\
|
||||||
|
ItemDlgProc -
|
||||||
|
Dialog procedure for creating or modifying
|
||||||
|
an item.
|
||||||
|
RETURNS -
|
||||||
|
TRUE if message is handled, FALSE otherwise.
|
||||||
|
\* * * */
|
||||||
|
BOOL CALLBACK ItemDlgProc(HWND hwndDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
||||||
|
{
|
||||||
|
switch (message)
|
||||||
|
{
|
||||||
|
|
||||||
|
case WM_INITDIALOG:
|
||||||
|
|
||||||
// Place message cases here.
|
// Place message cases here.
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user