Parcourir la source

* added cmdbar_help/cmdbar_ok

git-svn-id: trunk@13872 -
marco il y a 16 ans
Parent
commit
045ba4a1af
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      packages/winceunits/src/commctrl.pp

+ 3 - 0
packages/winceunits/src/commctrl.pp

@@ -467,6 +467,9 @@ const
   RBHT_CLIENT = $0003;
   RBHT_CLIENT = $0003;
   RBHT_GRABBER = $0004;
   RBHT_GRABBER = $0004;
 
 
+  CMDBAR_HELP  = $000B;
+  CMDBAR_OK    = $F000;
+
 //*****************************************************************************
 //*****************************************************************************
 // types
 // types
 //*****************************************************************************
 //*****************************************************************************