comparison readme.txt @ 1736:43accf95bdc3

Subclass the bitmap widget to center the bitmap on OS/2. This change is to keep behavior consitent between platforms.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Thu, 17 May 2012 17:50:31 +0000
parents b7165e93628c
children 7dd1659c2693
comparison
equal deleted inserted replaced
1735:1a7b9b96d9d7 1736:43accf95bdc3
8 Boxes with no expandable items will have their contents centered on 8 Boxes with no expandable items will have their contents centered on
9 GTK2 instead of top or left justified on the other platforms. 9 GTK2 instead of top or left justified on the other platforms.
10 GTK3 due to changes in the core architecture does not support 10 GTK3 due to changes in the core architecture does not support
11 widgets that are smaller than what is contained within them 11 widgets that are smaller than what is contained within them
12 unless they use scrolled windows. GTK2 and other platforms do. 12 unless they use scrolled windows. GTK2 and other platforms do.
13 OS/2 Bitmap widget has the image anchored to the bottom left corner
14 of the widget instead of centered like other platforms.
15 13
16 Known limitations: 14 Known limitations:
17 15
18 It is not safe on all platforms to operate on widgets before they 16 It is not safe on all platforms to operate on widgets before they
19 are packed. For portability pack widgets before operating on them. 17 are packed. For portability pack widgets before operating on them.