[NJS#80583] Re: [TRY2]user32/tests: add tests for creating subclassed builtinclass windows

Hongbo Ni hongbo at njstar.com
Thu Aug 7 21:54:40 CDT 2008


Dmitry Timoshkov wrote:

>>+        "Edit",
>>+        "Button",
>>+        "Static",
>>+        "ComboBox",
>>+        "ComboLBox",
>>+        "ListBox",
>>+        "#32770",  /* dialog */
>>+    };
>
>You forgot "ScrollBar" and some other builtin classes.

Ok all other builtin classes added for testing, but more todo_wine added without subclassing it.

>>+    hwnd = CreateWindowExA(0, classA, NULL, WS_OVERLAPPEDWINDOW, CW_USEDEFAULT, +                         CW_USEDEFAULT, 680, 260, NULL, NULL, NULL, 0);
>
>It would be helpful to actually test whether window has been created, and what
>type it has (ansi/unicode). Same is true for all similar cases.

All done and TRY3 submitted to wine-patch list.

Regards
Hongbo Ni




More information about the wine-devel mailing list