TODO consolidation.

This commit is contained in:
Pietro Gagliardi 2015-05-03 10:21:36 -04:00
parent 2a6da36542
commit d50701b3a7
2 changed files with 1 additions and 2 deletions

View File

@ -40,6 +40,7 @@
- find a way to move the has parent check at the beginning of binDestroy()
- determine whether or not margins count in preferredSize() when there is no main control
- menu item state change while the menu is visible (not in response to user action)
- figure out where we should return HRESULTs
ultimately:
- add some sort of runtime type checking

View File

@ -1,8 +1,6 @@
// 9 april 2015
#include "uipriv_windows.h"
// TODO figure out how to integreate HRESULT into this
// see http://stackoverflow.com/a/29556509/3408572
#define MBTWC(str, wstr, bufsiz) MultiByteToWideChar(CP_UTF8, 0, str, -1, wstr, bufsiz)