javauis/lcdui_akn/javalcdui/inc/lcdui.h
branchRCL_3
changeset 25 9ac0a0a7da70
parent 24 0fd27995241b
child 46 4376525cdefb
equal deleted inserted replaced
24:0fd27995241b 25:9ac0a0a7da70
  2164     // Alert
  2164     // Alert
  2165     EDismiss = 0,           // Futuredev: value
  2165     EDismiss = 0,           // Futuredev: value
  2166     // Form/Item
  2166     // Form/Item
  2167     EItemChanged = 0,       // Futuredev: value
  2167     EItemChanged = 0,       // Futuredev: value
  2168     // EList
  2168     // EList
  2169     ESelect = 0             // Futuredev: value
  2169     ESelect = 0,             // Futuredev: value
       
  2170     EM3GDraw = 32           // M3G content is drowned on canvas
  2170 };
  2171 };
  2171 
  2172 
  2172 /**
  2173 /**
  2173  * Reusable notify priority event used to unblock a Java thread
  2174  * Reusable notify priority event used to unblock a Java thread
  2174  * waiting for completion of a native async operation.
  2175  * waiting for completion of a native async operation.