Changeset 1402 for trunk/src/comctl32/toolbar.c
- Timestamp:
- Oct 22, 1999, 8:04:13 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/toolbar.c
r1279 r1402 1 /* $Id: toolbar.c,v 1.1 4 1999-10-14 09:21:14sandervl Exp $ */1 /* $Id: toolbar.c,v 1.15 1999-10-22 18:04:13 sandervl Exp $ */ 2 2 /* 3 3 * Toolbar control … … 30 30 - IMAGELIST_Draw draws a line too at the bottom of the bitmap (toolbar.exe) 31 31 imagelist uses default size values instead of real bitmap values 32 - LoadBitmapA -> use NativeLoadBitmap, is OS/2 bitmap resource33 32 */ 34 33 … … 2111 2110 SendMessageA (infoPtr->hwndNotify,WM_NOTIFY,(WPARAM)nmhdr.idFrom,(LPARAM)&nmhdr); 2112 2111 2113 //load OS/2 dialog2114 2115 ret = NativeDlgBoxIP(COMCTL32_hModule,2116 GetWindowLongA(hwnd,GWL_HINSTANCE),2117 MAKEINTRESOURCEA(IDD_TBCUSTOMIZE),2118 hwnd,2119 (DLGPROC)TOOLBAR_CustomizeDialogProc,2120 (LPARAM)infoPtr);2121 2122 if (ret == (INT)-1) ret = 0;2123 2124 /* //original WINE code2125 2112 if (!(hRes = FindResourceA (COMCTL32_hModule, 2126 2113 MAKEINTRESOURCEA(IDD_TBCUSTOMIZE), … … 2136 2123 (DLGPROC)TOOLBAR_CustomizeDialogProc, 2137 2124 (LPARAM)infoPtr); 2138 */2139 2125 2140 2126 /* send TBN_ENDADJUST notification */
Note:
See TracChangeset
for help on using the changeset viewer.