Jump to content

OBD:WMDD: Difference between revisions

123 bytes added ,  23 July 2008
done
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 -  unknown
: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 -  draw items
: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 -  unknown
:0x00 00 '''20''' 00 -  draw file/folder icons


if picture:
if picture:
708

edits