(Merged by Marcus Meissner <marcus@jet.franken.de>)
authorSerge Ivanov <sergei@corel.ca>
Wed, 13 Sep 2000 00:00:55 +0000 (00:00 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 13 Sep 2000 00:00:55 +0000 (00:00 +0000)
commit6117fc4165ea9ba7668a5da4fc793622f4bf1d3a
tree335f4944223066bae3c780f4883c9ba6e893e35e
parent48455b369aff2ba00dabf55978b9f00e8ef92193
(Merged by Marcus Meissner <marcus@jet.franken.de>)
Fixed problem with origin for DST_COMPLEX style.
Fixed handling of DSS_DISABLED and DSS_DEFAULT styles.

Added handling of BS_MULTILINE style, label alignment
styles (BS_RIGHT, etc.) and some exotic styles BS_FLAT (only
pushbuttons for now), and BS_PUSHLIKE.

Modified label drawing procedure: now all kinds of buttons
use common BUTTON_DrawLabel function. Actual label drawing is
performed by DrawStateW function.

GroupBox must use WM_CTLCOLORSTATIC instead of WM_CTLCOLORBTN message.
controls/button.c
windows/painting.c