708
edits
m (updated byteswapping for the sake of consistency; this is in fact confusing because it's not the way C programmers read flags) |
(done) |
||
Line 73: | Line 73: | ||
:0x00 00 '''01''' 00 - draw button | :0x00 00 '''01''' 00 - draw button | ||
:0x00 00 '''02''' 00 - draw button text | :0x00 00 '''02''' 00 - draw button text | ||
:0x00 00 '''08''' 00 - | :0x00 00 '''08''' 00 - toggle button (like the ones used "in game" for help, diary etc.) | ||
:0x00 00 '''10''' 00 - default button (the button that coresponds to the Enter key) | :0x00 00 '''10''' 00 - default button (the button that coresponds to the Enter key) | ||
Line 89: | Line 89: | ||
:0x00 00 '''02''' 00 - alphabetical order | :0x00 00 '''02''' 00 - alphabetical order | ||
:0x00 00 '''04''' 00 - unselectable | :0x00 00 '''04''' 00 - unselectable | ||
:0x00 00 '''08''' 00 - | :0x00 00 '''08''' 00 - contains text (without this it contains only "custom" data) | ||
:0x00 00 '''10''' 00 - owner draw (the owner window will draw the list items) | :0x00 00 '''10''' 00 - owner draw (the owner window will draw the list items) | ||
:0x00 00 '''20''' 00 - | :0x00 00 '''20''' 00 - draw file/folder icons | ||
if picture: | if picture: |
edits