must keep operation type with the hook so the user can list and modify the operations...
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Draw_Item.c
index 2877799dc3f5e515c12ed138afcce6308144d8d5..de4bcd2a2388330834db6ee81f3be63f7c986455 100644 (file)
  *
  * Each item has an array of hooks (hook list). Each hook represents an
  * operation to perform. We seek the array each time we want to
- * draw an item. We execute each operation in order.
+ * draw an item. We execute each operation in order. An operation type
+ * is associated with each hook to permit user listing and modification
+ * of these operations. The operation type is also used to find the
+ * corresponding priority for the sorting. Operation type and priorities
+ * are enum and a static int table.
  *
  * The array has to be sorted by priority each time we add a task in it.
- * A priority is associated with each hook. It permits
+ * A priority is associated with each operation type. It permits
  * to perform background color selection before line or text drawing. We also
  * draw lines before text, so the text appears over the lines.
  *
This page took 0.022803 seconds and 4 git commands to generate.