From: John Hodge Date: Thu, 17 Nov 2011 07:54:10 +0000 (+0800) Subject: Usermode/AxWin3 - Some notes from the design phase X-Git-Tag: rel0.14~99 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=0cb00047cec7d8b77ba3750672f9f3d28d9c0920;p=tpg%2Facess2.git Usermode/AxWin3 - Some notes from the design phase --- diff --git a/Usermode/Applications/axwin3_src/notes/menus.txt b/Usermode/Applications/axwin3_src/notes/menus.txt new file mode 100644 index 00000000..75a259e7 --- /dev/null +++ b/Usermode/Applications/axwin3_src/notes/menus.txt @@ -0,0 +1,6 @@ +Hide/close condition +- Focus lost (not transfered to child) +- If not transfered back up, inform parent? + > Get parent type, send magic message if it's a menu +Item selected +- In that case, send the magic child-closed message too