Sun Jan 2 12:38:53 1994 David Metcalfe <david@prism.demon.co.uk> * [windows/class.c] Implemented GetClassName and GetClassInfo. * [windows/caret.c] Various improvements to text caret code. Fri Dec 31 15:22:22 1993 John Brezak <brezak@apollo.hp.com> * [misc/comm.c] Patches to work with NetBSD. Thu Dec 30 12:11:55 1993 John Richardson <jrichard@cs.uml.edu> * [objects/bitblt.c] Added StretchBlt(). Tue Jan 4 05:22:07 1994 julliard@di.epfl.ch (Alexandre Julliard) * [misc/user.c] Added creation of system message queue. * [objects/bitmap.c] [objects/dcvalues.c] [windows/dc.c] Added DC size fields into DC structure. * [objects/clipping.c] Bug fix in CLIPPING_IntersectRect(). * [windows/class.c] Allocate a DCE instead of a DC for CS_CLASSDC classes. * [windows/clipping.c] Fixed GetUpdateRect() and GetUpdateRgn() to clip to the client area. * [windows/dce.c] Implemented GetDCEx() and GetWindowDC(). * [windows/defwnd.c] Implemented WM_WINDOWPOSCHANGED handling. * [windows/event.c] Preliminary support for Xlib event handling instead of Xt callbacks. Changed MSG_AddMsg() calls to hardware_event() or PostMessage(). * [windows/message.c] Preliminary support for multiple message queues. Implemented hardware_event() to store messages into the system queue. Implemented Get/SetTaskQueue(). Better WM_PAINT and WM_TIMER handling. Changes to use Xlib instead of Xt for events. * [windows/painting.c] Use GetDCEx() to retrieve the DC, to get a correct visible region. * [windows/timer.c] Moved the timer procedure callback into DispatchMessage(). Changed implementation to get rid of Xt timeouts. Timer checking is now done inside GetMessage(). * [windows/win.c] Allocate a DCE instead of a DC for CS_OWNDC windows. Replaced Xt calls with Xlib calls. Moved window positioning functions into windows/winpos.c * [windows/winpos.c] (New file) Rewritten most of the window positioning functions. Implemented SetWindowPos() and MapWindowPoints(). Jan 3, 94 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte) * [if1632/user.spec] Bad arguments description for function SetDlgItemText. * [objects/text.c] Function DrawText now handle DT_CALCRECT request. * [misc/message.c] Message boxes now use DrawText with DT_CALCRECT. * [windows/graphics.c] Bug fix in function FrameRect, (it was using PEN instead of BRUSH). * [windows/win.c] Bug fix for flags in function ShowWindow. More accurate WM_SIZE generated by function ShowWindow. * [controls/listbox.c] More code for LBS_MULTIPLESEL. More code for LBS_MULTICOLUMN. * [include/windows.h] Bad define for MF_SEPARATOR. * [controls/menu.c] New functions: PopMenuWndProc() with 'glues', CreatePopupMenu(), AppendMenu(), InsertMenu(), RemoveMenu(), DeleteMenu(), ModifyMenu(), TrackPopupMenu(). Code in stubs: CreateMenu(), DestroyMenu(). Sat Jan 1 10:22:43 1994 Bob Amstadt (bob@pooh) * loader/wine.c: Added support for relocation types 5 and 6. Mon Dec 27 11:06:03 1993 Erik Bos (erik@trashcan.hacktic.nl) * [misc/comm.c] new functions: BuildCommDCB(), OpenComm(), CloseComm(), SetCommBreak(), ClearCommBreak(), EscapeCommFunction(), FlushComm(), GetCommError(), SetCommEventMask(), GetCommEventMask(), SetCommState(), GetCommState(), TransmitCommChar(), ReadComm(), WriteComm(). Wed Dec 22 13:00:15 1993 David Metcalfe <david@prism.demon.co.uk> * [windows/caret.c] Implemented text caret functions. Tue Dec 21 06:13:58 1993 julliard@di.epfl.ch (Alexandre Julliard) * [loader/wine.c] Bug fix in LoadImage(). * [objects/bitblt.c] [objects/clipping.c] [objects/text.c] [windows/dc.c] [windows/dce.c] [windows/graphics.c] Modified graphics calls to take into account the DC origin. * [windows/defwnd.c] Added preliminary WM_NCCALCSIZE handling. * [windows/event.c] Send WM_NCCALCSIZE message on resize event. * [windows/win.c] Send WM_NCCALCSIZE message in CreateWindow(). Realize widgets at creation time (should prevent problems with unrealized widgets). Dec 19, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte) * [controls/static.c] Send mouse & keyboard message received to its parent. * [controls/scroll.c] Send keyboard message received to its parent. * [controls/listbox.c] Add Navigation keys . ListBox now use VSCROLL & HSCROLL instead of children. Alpha version of LBS_MULTIPLESEL. Alpha version of LBS_MULTICOLUMN. * [controls/combo.c] Add Navigation keys on closed ComboBox. Remove useless 'COMBOBOX_CreateComboBox' function. Mon Dec 19 20:39:34 1993 Erik Bos (erik@trashcan.hacktic.nl) * [loader/wine. LoadImage() modified to use FindFile(). * [misc/file.c] SetErrorMode added * [misc/dos_fs.c] bug fixes. Dec 13, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte) * [memory/global.c] bug fix in GlobalGetFreeSegment : good ptr in 'g_prev'. * [sysres.dll] preliminary version of a 'glass of wine' bitmap * [windows/event.c] New function 'GetCapture'. * [controls/scroll.c] Remove useless 'SCROLLBAR_CreateScrollBar' function. * [controls/listbox.c] Remove useless 'LISTBOX_CreateListBox' function. Mon Dec 13 13:51:00 1993 David Metcalfe <david@prism.demon.co.uk> * [objects/font.c] Corrected bugs in GetCharWidth(). * [windows/event.c] Modified EVENT_key to send Windows virtual key codes for WM_KEYDOWN and WM_KEYUP messages, and a WM_CHAR message for printable characters. Wed Dec 08 19:20:00 1993 Karl Guenter Wuensch (hn324wu@unidui.uni-duisburg.de) * [windows/graphics.c] Added Polyline and Polygon Mon Dec 13 14:51:54 1993 Erik Bos (erik@trashcan.hacktic.nl) * [controls/listbox.c] ListBoxDirectory() modified to use dos_fs.c's functions to access files&|drives. Sat Dec 04 17:04:23 1993 Erik Bos (erik@trashcan.hacktic.nl) * [misc/dos_fs.c] Added FindFile() to search a file in a dos/unix style path. * [misc/file.c] New Win31 functions: OpenFile, _lcreate, _llseek, GetTempDrive, GetTempFileName, GetWindowsDirectory, GetSystemDirectory, GetDriveType. * [misc/int21.c] Modified. Wed Dec 1 16:20:45 1993 Miguel de Icaza (miguel@roxanne.nuclecu.unam.mx) * [misc/profile.c] The Profile functions now return the correct values. They now implement all the features described in the SDK. Tue Nov 30 13:55:27 1993 Bob Amstadt (bob at amscons) * [loader/selector.c] Rewrote selector aliasing routines to use System V IPC routine to alias memory segments. Nov 28, 93 martin2@trgcorp.solucorp.qc.ca (Martin Ayotte) * [controls/listbox.c] More consistency in functions using wIndexes * [controls/scroll.c] New function : ShowScrollBar(). * [loader/cursor.c] ... New file Move cursor functions from [loader/resource.c]. New function : ClipCursor(). New function : GetClipCursor(). New function : CreateCursor(). SetCursor() now working using gloabal variable 'winHasCursor'. *[object/palette.c] New stub only : SelectPalette(). New stub only : RealizePalette(). *[win/event.c] New function : EVENT_enter_notify(), update 'winHasCursor' and send WM_SETCURSOR. *[win/defwnd.c] Add processing of WM_SETCURSOR message. *[win/win.c] New members in WND structure : hCursor, hWndVScroll & hWndHScroll. CreateWindowEx() now create children for WM_HSCROLL & WM_VSCROLL. New function ClientToScreen(). New function ScreenToClient(). Mon Nov 25 18:25:40 1993 Erik Bos (erik@trashcan.hacktic.nl) * [files.h / regfunc.h / misc/dos.c] Removed. * [misc/dos_fs.c] Added support for loading dosdrive cfg from wine.ini. * [misc/int21.c] Modified. Wed Nov 24 11:37:33 1993 julliard@disuns2.epfl.ch (Alexandre Julliard) * [include/atom.h] [memory/atom.c] Implemented atoms. * [windows/class.c] Modified RegisterClass() to use atoms. Implemented CS_GLOBALCLASS style. * [windows/message.c] Implemented RegisterWindowMessage(). * [loader/resource.c] Bug fix in LoadResource(). * [windows/dialog.c] Modified CreateDialogParam() to use Find/LoadResource().
675 lines
18 KiB
C
675 lines
18 KiB
C
/*
|
|
* Dialog functions
|
|
*
|
|
* Copyright 1993 Alexandre Julliard
|
|
*/
|
|
|
|
static char Copyright[] = "Copyright Alexandre Julliard, 1993";
|
|
|
|
#include "windows.h"
|
|
#include "dialog.h"
|
|
#include "win.h"
|
|
|
|
|
|
/* Dialog base units */
|
|
static WORD xBaseUnit = 0, yBaseUnit = 0;
|
|
|
|
|
|
/***********************************************************************
|
|
* DIALOG_Init
|
|
*
|
|
* Initialisation of the dialog manager.
|
|
*/
|
|
BOOL DIALOG_Init()
|
|
{
|
|
TEXTMETRIC tm;
|
|
HDC hdc;
|
|
|
|
/* Calculate the dialog base units */
|
|
|
|
if (!(hdc = GetDC(GetDesktopWindow()))) return FALSE;
|
|
GetTextMetrics( hdc, &tm );
|
|
ReleaseDC( 0, hdc );
|
|
xBaseUnit = tm.tmAveCharWidth;
|
|
yBaseUnit = tm.tmHeight;
|
|
#ifdef DEBUG_DIALOG
|
|
printf( "DIALOG_Init: base units = %d,%d\n", xBaseUnit, yBaseUnit );
|
|
#endif
|
|
return TRUE;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DIALOG_GetControl
|
|
*
|
|
* Return the class and text of the control pointed to by ptr,
|
|
* and return a pointer to the next control.
|
|
*/
|
|
static DLGCONTROLHEADER * DIALOG_GetControl( DLGCONTROLHEADER * ptr,
|
|
char ** class, char ** text )
|
|
{
|
|
unsigned char * p = (unsigned char *)ptr;
|
|
p += 14; /* size of control header */
|
|
if (*p & 0x80)
|
|
{
|
|
switch(*p++)
|
|
{
|
|
case 0x80: *class = "BUTTON"; break;
|
|
case 0x81: *class = "EDIT"; break;
|
|
case 0x82: *class = "STATIC"; break;
|
|
case 0x83: *class = "LISTBOX"; break;
|
|
case 0x84: *class = "SCROLLBAR"; break;
|
|
case 0x85: *class = "COMBOBOX"; break;
|
|
default: *class = ""; break;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
*class = p;
|
|
p += strlen(p) + 1;
|
|
}
|
|
*text = p;
|
|
p += strlen(p) + 2;
|
|
return (DLGCONTROLHEADER *)p;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DIALOG_ParseTemplate
|
|
*
|
|
* Fill a DLGTEMPLATE structure from the dialog template, and return
|
|
* a pointer to the first control.
|
|
*/
|
|
static DLGCONTROLHEADER * DIALOG_ParseTemplate( LPCSTR template,
|
|
DLGTEMPLATE * result )
|
|
{
|
|
unsigned char * p = (unsigned char *)template;
|
|
|
|
result->header = (DLGTEMPLATEHEADER *)p;
|
|
p += 13;
|
|
|
|
result->menuName = p;
|
|
if (*p == 0xff) p += 3;
|
|
else p += strlen(p) + 1;
|
|
|
|
if (*p) result->className = p;
|
|
else result->className = DIALOG_CLASS_NAME;
|
|
p += strlen(p) + 1;
|
|
|
|
result->caption = p;
|
|
p += strlen(p) + 1;
|
|
|
|
if (result->header->style & DS_SETFONT)
|
|
{
|
|
result->pointSize = *(WORD *)p; p += sizeof(WORD);
|
|
result->faceName = p; p += strlen(p) + 1;
|
|
}
|
|
|
|
return (DLGCONTROLHEADER *)p;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DIALOG_DisplayTemplate
|
|
*/
|
|
#ifdef DEBUG_DIALOG
|
|
static void DIALOG_DisplayTemplate( DLGTEMPLATE * result )
|
|
{
|
|
printf( "DIALOG %d, %d, %d, %d\n", result->header->x, result->header->y,
|
|
result->header->cx, result->header->cy );
|
|
printf( " STYLE %08x\n", result->header->style );
|
|
printf( " CAPTION '%s'\n", result->caption );
|
|
printf( " CLASS '%s'\n", result->className );
|
|
if (result->menuName[0] == 0xff)
|
|
printf( " MENU %d\n", result->menuName[1] + 256*result->menuName[2] );
|
|
else printf( " MENU '%s'\n", result->menuName );
|
|
if (result->header->style & DS_SETFONT)
|
|
printf( " FONT %d,'%s'\n", result->pointSize, result->faceName );
|
|
}
|
|
#endif /* DEBUG_DIALOG */
|
|
|
|
|
|
/***********************************************************************
|
|
* CreateDialog (USER.89)
|
|
*/
|
|
HWND CreateDialog( HINSTANCE hInst, LPCSTR dlgTemplate,
|
|
HWND owner, FARPROC dlgProc )
|
|
{
|
|
return CreateDialogParam( hInst, dlgTemplate, owner, dlgProc, 0 );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* CreateDialogParam (USER.241)
|
|
*/
|
|
HWND CreateDialogParam( HINSTANCE hInst, LPCSTR dlgTemplate,
|
|
HWND owner, FARPROC dlgProc, LPARAM param )
|
|
{
|
|
HWND hwnd = 0;
|
|
HANDLE hres, hmem;
|
|
LPCSTR data;
|
|
|
|
#ifdef DEBUG_DIALOG
|
|
printf( "CreateDialogParam: %d,'%s',%d,%p,%d\n",
|
|
hInst, dlgTemplate, owner, dlgProc, param );
|
|
#endif
|
|
|
|
/* FIXME: MAKEINTRESOURCE should be replaced by RT_DIALOG */
|
|
if (!(hres = FindResource( hInst, dlgTemplate, MAKEINTRESOURCE(0x8005) )))
|
|
return 0;
|
|
if (!(hmem = LoadResource( hInst, hres ))) return 0;
|
|
if (!(data = LockResource( hmem ))) hwnd = 0;
|
|
else hwnd = CreateDialogIndirectParam(hInst, data, owner, dlgProc, param);
|
|
FreeResource( hmem );
|
|
return hwnd;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* CreateDialogIndirect (USER.219)
|
|
*/
|
|
HWND CreateDialogIndirect( HINSTANCE hInst, LPCSTR dlgTemplate,
|
|
HWND owner, FARPROC dlgProc )
|
|
{
|
|
return CreateDialogIndirectParam( hInst, dlgTemplate, owner, dlgProc, 0 );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* CreateDialogIndirectParam (USER.242)
|
|
*/
|
|
HWND CreateDialogIndirectParam( HINSTANCE hInst, LPCSTR dlgTemplate,
|
|
HWND owner, FARPROC dlgProc, LPARAM param )
|
|
{
|
|
HMENU hMenu;
|
|
HFONT hFont = 0;
|
|
HWND hwnd;
|
|
WND * wndPtr;
|
|
int i;
|
|
DLGTEMPLATE template;
|
|
DLGCONTROLHEADER * header;
|
|
DIALOGINFO * dlgInfo;
|
|
WORD xUnit = xBaseUnit;
|
|
WORD yUnit = yBaseUnit;
|
|
|
|
/* Parse dialog template */
|
|
|
|
if (!dlgTemplate) return 0;
|
|
header = DIALOG_ParseTemplate( dlgTemplate, &template );
|
|
#ifdef DEBUG_DIALOG
|
|
DIALOG_DisplayTemplate( &template );
|
|
#endif
|
|
|
|
/* Load menu */
|
|
|
|
switch (template.menuName[0])
|
|
{
|
|
case 0x00:
|
|
hMenu = 0;
|
|
break;
|
|
case 0xff:
|
|
hMenu = LoadMenu( hInst, MAKEINTRESOURCE( template.menuName[1] +
|
|
256*template.menuName[2] ));
|
|
break;
|
|
default:
|
|
hMenu = LoadMenu( hInst, template.menuName );
|
|
break;
|
|
}
|
|
|
|
/* Create custom font if needed */
|
|
|
|
if (template.header->style & DS_SETFONT)
|
|
{
|
|
hFont = CreateFont( template.pointSize, 0, 0, 0, FW_DONTCARE,
|
|
FALSE, FALSE, FALSE, DEFAULT_CHARSET, 0, 0,
|
|
DEFAULT_QUALITY, FF_DONTCARE, template.faceName );
|
|
if (hFont)
|
|
{
|
|
TEXTMETRIC tm;
|
|
HFONT oldFont;
|
|
HDC hdc;
|
|
|
|
hdc = GetDC(GetDesktopWindow());
|
|
oldFont = SelectObject( hdc, hFont );
|
|
GetTextMetrics( hdc, &tm );
|
|
SelectObject( hdc, oldFont );
|
|
ReleaseDC( 0, hdc );
|
|
xUnit = tm.tmAveCharWidth;
|
|
yUnit = tm.tmHeight;
|
|
}
|
|
}
|
|
|
|
/* Create dialog main window */
|
|
|
|
hwnd = CreateWindow( template.className, template.caption,
|
|
template.header->style,
|
|
template.header->x * xUnit / 4,
|
|
template.header->y * yUnit / 8,
|
|
template.header->cx * xUnit / 4,
|
|
template.header->cy * yUnit / 8,
|
|
owner, hMenu, hInst,
|
|
NULL );
|
|
if (!hwnd)
|
|
{
|
|
if (hFont) DeleteObject( hFont );
|
|
if (hMenu) DestroyMenu( hMenu );
|
|
return 0;
|
|
}
|
|
|
|
/* Create control windows */
|
|
|
|
#ifdef DEBUG_DIALOG
|
|
printf( " BEGIN\n" );
|
|
#endif
|
|
|
|
for (i = 0; i < template.header->nbItems; i++)
|
|
{
|
|
DLGCONTROLHEADER * next_header;
|
|
LPSTR class, text;
|
|
next_header = DIALOG_GetControl( header, &class, &text );
|
|
|
|
#ifdef DEBUG_DIALOG
|
|
printf( " %s '%s' %d, %d, %d, %d, %d, %08x\n",
|
|
class, text, header->id, header->x, header->y, header->cx,
|
|
header->cy, header->style );
|
|
#endif
|
|
if ((strcmp(class, "STATIC") == 0) & ((header->style & SS_ICON) == SS_ICON)) {
|
|
header->cx = 32;
|
|
header->cy = 32;
|
|
}
|
|
header->style |= WS_CHILD;
|
|
CreateWindowEx( WS_EX_NOPARENTNOTIFY,
|
|
class, text, header->style,
|
|
header->x * xUnit / 4, header->y * yUnit / 8,
|
|
header->cx * xUnit / 4, header->cy * yUnit / 8,
|
|
hwnd, header->id, hInst, NULL );
|
|
header = next_header;
|
|
}
|
|
|
|
#ifdef DEBUG_DIALOG
|
|
printf( " END\n" );
|
|
#endif
|
|
|
|
/* Initialise dialog extra data */
|
|
|
|
wndPtr = WIN_FindWndPtr( hwnd );
|
|
dlgInfo = (DIALOGINFO *)wndPtr->wExtra;
|
|
dlgInfo->dlgProc = dlgProc;
|
|
dlgInfo->hUserFont = hFont;
|
|
dlgInfo->hMenu = hMenu;
|
|
dlgInfo->xBaseUnit = xUnit;
|
|
dlgInfo->yBaseUnit = yUnit;
|
|
dlgInfo->hwndFocus = GetNextDlgTabItem( hwnd,
|
|
GetWindow(wndPtr->hwndChild, GW_HWNDLAST), FALSE );
|
|
|
|
/* Send initialisation messages and set focus */
|
|
|
|
if (dlgInfo->hUserFont)
|
|
SendMessage( hwnd, WM_SETFONT, dlgInfo->hUserFont, 0);
|
|
SendMessage( hwnd, WM_INITDIALOG, dlgInfo->hwndFocus, param );
|
|
/* if (SendMessage( hwnd, WM_INITDIALOG, dlgInfo->hwndFocus, param ))
|
|
SetFocus( dlgInfo->hwndFocus ); */
|
|
|
|
return hwnd;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DIALOG_DoDialogBox
|
|
*/
|
|
static int DIALOG_DoDialogBox( HWND hwnd )
|
|
{
|
|
WND * wndPtr;
|
|
DIALOGINFO * dlgInfo;
|
|
MSG msg;
|
|
int retval;
|
|
|
|
if (!(wndPtr = WIN_FindWndPtr( hwnd ))) return -1;
|
|
dlgInfo = (DIALOGINFO *)wndPtr->wExtra;
|
|
ShowWindow( hwnd, SW_SHOW );
|
|
|
|
while (GetMessage (&msg, 0, 0, 0))
|
|
{
|
|
if (!IsDialogMessage( hwnd, &msg))
|
|
{
|
|
TranslateMessage(&msg);
|
|
DispatchMessage(&msg);
|
|
}
|
|
if (dlgInfo->fEnd) break;
|
|
}
|
|
retval = dlgInfo->msgResult;
|
|
DestroyWindow( hwnd );
|
|
return retval;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DialogBox (USER.87)
|
|
*/
|
|
int DialogBox( HINSTANCE hInst, LPCSTR dlgTemplate,
|
|
HWND owner, FARPROC dlgProc )
|
|
{
|
|
return DialogBoxParam( hInst, dlgTemplate, owner, dlgProc, 0 );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DialogBoxParam (USER.239)
|
|
*/
|
|
int DialogBoxParam( HINSTANCE hInst, LPCSTR dlgTemplate,
|
|
HWND owner, FARPROC dlgProc, LPARAM param )
|
|
{
|
|
HWND hwnd;
|
|
|
|
#ifdef DEBUG_DIALOG
|
|
printf( "DialogBoxParam: %d,'%s',%d,%p,%d\n",
|
|
hInst, dlgTemplate, owner, dlgProc, param );
|
|
#endif
|
|
hwnd = CreateDialogParam( hInst, dlgTemplate, owner, dlgProc, param );
|
|
if (hwnd) return DIALOG_DoDialogBox( hwnd );
|
|
return -1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DialogBoxIndirect (USER.218)
|
|
*/
|
|
int DialogBoxIndirect( HINSTANCE hInst, HANDLE dlgTemplate,
|
|
HWND owner, FARPROC dlgProc )
|
|
{
|
|
return DialogBoxIndirectParam( hInst, dlgTemplate, owner, dlgProc, 0 );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* DialogBoxIndirectParam (USER.240)
|
|
*/
|
|
int DialogBoxIndirectParam( HINSTANCE hInst, HANDLE dlgTemplate,
|
|
HWND owner, FARPROC dlgProc, LPARAM param )
|
|
{
|
|
HWND hwnd;
|
|
LPCSTR ptr;
|
|
|
|
if (!(ptr = GlobalLock( dlgTemplate ))) return -1;
|
|
hwnd = CreateDialogIndirectParam( hInst, ptr, owner, dlgProc, param );
|
|
GlobalUnlock( dlgTemplate );
|
|
if (hwnd) return DIALOG_DoDialogBox( hwnd );
|
|
return -1;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* EndDialog (USER.88)
|
|
*/
|
|
void EndDialog( HWND hwnd, short retval )
|
|
{
|
|
WND * wndPtr = WIN_FindWndPtr( hwnd );
|
|
DIALOGINFO * dlgInfo = (DIALOGINFO *)wndPtr->wExtra;
|
|
dlgInfo->msgResult = retval;
|
|
dlgInfo->fEnd = TRUE;
|
|
#ifdef DEBUG_DIALOG
|
|
printf( "EndDialog: %d %d\n", hwnd, retval );
|
|
#endif
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* IsDialogMessage (USER.90)
|
|
*/
|
|
BOOL IsDialogMessage( HWND hwndDlg, LPMSG msg )
|
|
{
|
|
WND * wndPtr;
|
|
|
|
if (!(wndPtr = WIN_FindWndPtr( hwndDlg ))) return FALSE;
|
|
if ((hwndDlg != msg->hwnd) && !IsChild( hwndDlg, msg->hwnd )) return FALSE;
|
|
|
|
if (msg->message != WM_KEYDOWN)
|
|
{
|
|
SendMessage( msg->hwnd, msg->message, msg->wParam, msg->lParam );
|
|
}
|
|
else
|
|
{
|
|
int dlgCode = SendMessage( msg->hwnd, WM_GETDLGCODE, 0, 0 );
|
|
/* Process key message */
|
|
/* .... */
|
|
}
|
|
return TRUE;
|
|
}
|
|
|
|
|
|
/****************************************************************
|
|
* GetDlgCtrlID (USER.277)
|
|
*/
|
|
int GetDlgCtrlID( HWND hwnd )
|
|
{
|
|
WND *wndPtr = WIN_FindWndPtr(hwnd);
|
|
if (wndPtr) return wndPtr->wIDmenu;
|
|
else return 0;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDlgItem (USER.91)
|
|
*/
|
|
HWND GetDlgItem( HWND hwndDlg, WORD id )
|
|
{
|
|
HWND curChild;
|
|
WND * childPtr;
|
|
WND * wndPtr;
|
|
|
|
if (!(wndPtr = WIN_FindWndPtr( hwndDlg ))) return 0;
|
|
curChild = wndPtr->hwndChild;
|
|
while(curChild)
|
|
{
|
|
childPtr = WIN_FindWndPtr( curChild );
|
|
if (childPtr->wIDmenu == id) return curChild;
|
|
curChild = childPtr->hwndNext;
|
|
}
|
|
return 0;
|
|
}
|
|
|
|
|
|
/*******************************************************************
|
|
* SendDlgItemMessage (USER.101)
|
|
*/
|
|
LONG SendDlgItemMessage(HWND hwnd, WORD id, UINT msg, WORD wParam, LONG lParam)
|
|
{
|
|
HWND hwndCtrl = GetDlgItem( hwnd, id );
|
|
if (hwndCtrl) return SendMessage( hwndCtrl, msg, wParam, lParam );
|
|
else return 0;
|
|
}
|
|
|
|
|
|
/*******************************************************************
|
|
* SetDlgItemText (USER.92)
|
|
*/
|
|
void SetDlgItemText( HWND hwnd, WORD id, LPSTR lpString )
|
|
{
|
|
SendDlgItemMessage( hwnd, id, WM_SETTEXT, 0, (DWORD)lpString );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDlgItemText (USER.93)
|
|
*/
|
|
int GetDlgItemText( HWND hwnd, WORD id, LPSTR str, WORD max )
|
|
{
|
|
return (int)SendDlgItemMessage( hwnd, id, WM_GETTEXT, max, (DWORD)str );
|
|
}
|
|
|
|
|
|
/*******************************************************************
|
|
* SetDlgItemInt (USER.94)
|
|
*/
|
|
void SetDlgItemInt( HWND hwnd, WORD id, WORD value, BOOL fSigned )
|
|
{
|
|
HANDLE hText = LocalAlloc( LMEM_MOVEABLE, 10 );
|
|
char * str = (char *) LocalLock( hText );
|
|
|
|
if (fSigned) sprintf( str, "%d", value );
|
|
else sprintf( str, "%u", value );
|
|
SendDlgItemMessage( hwnd, id, WM_SETTEXT, 0, (DWORD)str );
|
|
LocalUnlock( hText );
|
|
LocalFree( hText );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDlgItemInt (USER.95)
|
|
*/
|
|
WORD GetDlgItemInt( HWND hwnd, WORD id, BOOL * translated, BOOL fSigned )
|
|
{
|
|
int len;
|
|
HANDLE hText;
|
|
long result;
|
|
char * str;
|
|
|
|
if (translated) *translated = FALSE;
|
|
if (!(len = SendDlgItemMessage( hwnd, id, WM_GETTEXTLENGTH, 0, 0 )))
|
|
return 0;
|
|
if (!(hText = LocalAlloc(LMEM_MOVEABLE, len+1 )))
|
|
return 0;
|
|
str = (char *) LocalLock( hText );
|
|
if (SendDlgItemMessage( hwnd, id, WM_GETTEXT, len+1, (DWORD)str ))
|
|
{
|
|
char * endptr;
|
|
result = strtol( str, &endptr, 10 );
|
|
if (endptr && (endptr != str)) /* Conversion was successful */
|
|
{
|
|
if (fSigned)
|
|
{
|
|
if ((result < -32767) || (result > 32767)) result = 0;
|
|
else if (translated) *translated = TRUE;
|
|
}
|
|
else
|
|
{
|
|
if ((result < 0) || (result > 65535)) result = 0;
|
|
else if (translated) *translated = TRUE;
|
|
}
|
|
}
|
|
}
|
|
LocalUnlock( hText );
|
|
LocalFree( hText );
|
|
return (WORD)result;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* CheckDlgButton (USER.97)
|
|
*/
|
|
void CheckDlgButton( HWND hwnd, WORD id, WORD check )
|
|
{
|
|
SendDlgItemMessage( hwnd, id, BM_SETCHECK, check, 0 );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* IsDlgButtonChecked (USER.98)
|
|
*/
|
|
WORD IsDlgButtonChecked( HWND hwnd, WORD id )
|
|
{
|
|
return (WORD)SendDlgItemMessage( hwnd, id, BM_GETCHECK, 0, 0 );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* CheckRadioButton (USER.96)
|
|
*/
|
|
void CheckRadioButton( HWND hwndDlg, WORD firstID, WORD lastID, WORD checkID )
|
|
{
|
|
HWND button = GetDlgItem( hwndDlg, firstID );
|
|
while (button != 0)
|
|
{
|
|
WND * wndPtr = WIN_FindWndPtr( button );
|
|
if (!wndPtr) break;
|
|
SendMessage( button, BM_SETCHECK, (wndPtr->wIDmenu == checkID), 0 );
|
|
if (wndPtr->wIDmenu == lastID) break;
|
|
button = wndPtr->hwndNext;
|
|
}
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetDialogBaseUnits (USER.243)
|
|
*/
|
|
DWORD GetDialogBaseUnits()
|
|
{
|
|
return MAKELONG( xBaseUnit, yBaseUnit );
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* MapDialogRect (USER.103)
|
|
*/
|
|
void MapDialogRect( HWND hwnd, LPRECT rect )
|
|
{
|
|
DIALOGINFO * dlgInfo;
|
|
WND * wndPtr = WIN_FindWndPtr( hwnd );
|
|
if (!wndPtr) return;
|
|
dlgInfo = (DIALOGINFO *)wndPtr->wExtra;
|
|
rect->left = (rect->left * dlgInfo->xBaseUnit) / 4;
|
|
rect->right = (rect->right * dlgInfo->xBaseUnit) / 4;
|
|
rect->top = (rect->top * dlgInfo->yBaseUnit) / 8;
|
|
rect->bottom = (rect->bottom * dlgInfo->yBaseUnit) / 8;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetNextDlgGroupItem (USER.227)
|
|
*/
|
|
HWND GetNextDlgGroupItem( HWND hwndDlg, HWND hwndCtrl, BOOL fPrevious )
|
|
{
|
|
HWND hwnd, hwndLast;
|
|
WND * dlgPtr, * ctrlPtr, * wndPtr;
|
|
|
|
if (!(dlgPtr = WIN_FindWndPtr( hwndDlg ))) return 0;
|
|
if (!(ctrlPtr = WIN_FindWndPtr( hwndCtrl ))) return 0;
|
|
if (ctrlPtr->hwndParent != hwndDlg) return 0;
|
|
|
|
hwndLast = hwndCtrl;
|
|
hwnd = ctrlPtr->hwndNext;
|
|
while (1)
|
|
{
|
|
if (!hwnd) hwnd = dlgPtr->hwndChild;
|
|
if (hwnd == hwndCtrl) break;
|
|
wndPtr = WIN_FindWndPtr( hwnd );
|
|
if (wndPtr->dwStyle & WS_TABSTOP)
|
|
{
|
|
hwndLast = hwnd;
|
|
if (!fPrevious) break;
|
|
}
|
|
hwnd = wndPtr->hwndNext;
|
|
}
|
|
return hwndLast;
|
|
return 0;
|
|
}
|
|
|
|
|
|
/***********************************************************************
|
|
* GetNextDlgTabItem (USER.228)
|
|
*/
|
|
HWND GetNextDlgTabItem( HWND hwndDlg, HWND hwndCtrl, BOOL fPrevious )
|
|
{
|
|
HWND hwnd, hwndLast;
|
|
WND * dlgPtr, * ctrlPtr, * wndPtr;
|
|
|
|
if (!(dlgPtr = WIN_FindWndPtr( hwndDlg ))) return 0;
|
|
if (!(ctrlPtr = WIN_FindWndPtr( hwndCtrl ))) return 0;
|
|
if (ctrlPtr->hwndParent != hwndDlg) return 0;
|
|
|
|
hwndLast = hwndCtrl;
|
|
hwnd = ctrlPtr->hwndNext;
|
|
while (1)
|
|
{
|
|
if (!hwnd) hwnd = dlgPtr->hwndChild;
|
|
if (hwnd == hwndCtrl) break;
|
|
wndPtr = WIN_FindWndPtr( hwnd );
|
|
if (wndPtr->dwStyle & WS_TABSTOP)
|
|
{
|
|
hwndLast = hwnd;
|
|
if (!fPrevious) break;
|
|
}
|
|
hwnd = wndPtr->hwndNext;
|
|
}
|
|
return hwndLast;
|
|
}
|