improve combobox and menu design

This commit is contained in:
Eduardo Bart
2012-01-05 16:02:27 -02:00
parent 7e7050929d
commit fb20ad1ba1
17 changed files with 137 additions and 60 deletions

View File

@@ -268,8 +268,9 @@ namespace Fw
OnState = 64,
FirstState = 128,
MiddleState = 256,
AlternateState = 512,
LastState = 1024,
LastState = 512,
AlternateState = 1024,
LastWidgetState = 2048,
};
enum AppicationFlags {