]> Dogcows Code - chaz/tint2/blobdiff - src/util/area.h
fixed bugs with new design (first step)
[chaz/tint2] / src / util / area.h
index 1dc6f1873bf5dfe95a654acf2d6bc247b6c1731e..5be636f524362a2c679d25c134d83d023b40d48d 100644 (file)
@@ -7,8 +7,8 @@
 * Area manage the background and border drawing, size and padding.
 * Area manage also the tree of visible objects
 *   panel -> taskbars -> tasks
-*         -> clock
 *         -> systray -> icons
+*         -> clock
 * 
 * un objet comprend les actions:
 * 1) redraw(obj)
@@ -110,7 +110,7 @@ typedef struct {
    void (*add_child)(void *obj);
    int (*remove_child)(void *obj);
    
-   // list of child
+   // list of child : Area object
    GSList *list;
 } Area;
 
@@ -123,9 +123,9 @@ void redraw (Area *a);
 int  draw (Area *a);
 void draw_background (Area *a, cairo_t *c);
 
-void refresh (Area *a);
 void remove_area (Area *a);
 void add_area (Area *a);
+void free_area (Area *a);
 
 #endif
 
This page took 0.024042 seconds and 4 git commands to generate.