Changeset 833 for trunk/src/user32/new/win32dlg.h
- Timestamp:
- Sep 5, 1999, 2:03:34 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/new/win32dlg.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32dlg.h
r821 r833 1 /* $Id: win32dlg.h,v 1. 4 1999-09-04 19:42:29sandervl Exp $ */1 /* $Id: win32dlg.h,v 1.5 1999-09-05 12:03:33 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Dialog Code for OS/2 … … 67 67 LRESULT DefDlgProcW(UINT Msg, WPARAM wParam, LPARAM lParam); 68 68 69 LRESULT DefDlg_Epilog(UINT msg, BOOL fResult); 69 Win32BaseWindow *getDlgItem(int id); 70 71 HWND getNextDlgTabItem(HWND hwndCtrl, BOOL fPrevious); 72 BOOL endDialog(int retval); 70 73 71 74 virtual ULONG MsgOS2Create(HWND hwndOS2, ULONG initParam); … … 73 76 virtual LONG SetWindowLongA(int index, ULONG value); 74 77 virtual ULONG GetWindowLongA(int index); 78 79 static ULONG GetDialogBaseUnits() { return MAKELONG(xBaseUnit, yBaseUnit); }; 75 80 76 81 protected: … … 83 88 84 89 LRESULT DefDlg_Proc(UINT msg, WPARAM wParam, LPARAM lParam); 90 LRESULT DefDlg_Epilog(UINT msg, BOOL fResult); 91 85 92 BOOL setDefButton(HWND hwndNew ); 86 93 HWND findDefButton(); … … 110 117 111 118 /* Built-in class names (see _Undocumented_Windows_ p.418) */ 112 #define DIALOG_CLASS_NAME "#32770" /* Dialog */ 113 #define DIALOG_CLASS_ATOM 32770 /* Dialog */ 119 #define DIALOG_CLASS_NAMEA "#32770" /* Dialog */ 120 #define DIALOG_CLASS_NAMEW L"#32770" /* Dialog */ 121 #define DIALOG_CLASS_ATOM 32770 /* Dialog */ 114 122 115 123 BOOL DIALOG_Register();
Note:
See TracChangeset
for help on using the changeset viewer.
