draw icon working
[lttv.git] / ltt / branches / poly / lttv / modules / guiControlFlow / Draw_Item.c
index b363b675b4856603f62a0b08bd8ea23f1ff04cb2..6a1e25bd4a8337662e1489fd84fe4c52a309f461 100644 (file)
  *   GQuark.) The habitual place for xpm icons is in
  *   ${prefix}/share/LinuxTraceToolkit.) + position (over or under line)
  * - line (color, width, style)
- * - Arc (can be seen as points) (color, size)
+ * - Arc (big points) (color, size)
  * - background color (color)
  *
+ * An item is a leaf of the attributes tree. It is, in that case, including
+ * all kind of events categories we can have. It then associates each category
+ * with one or more actions (drawing something) or nothing.
+ * 
  * 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. An operation type
This page took 0.023202 seconds and 4 git commands to generate.