comparison src/mb_types.h @ 83:ea758bb3bbe2

example
author Thinker K.F. Li <thinker@branda.to>
date Fri, 22 Aug 2008 00:12:04 +0800
parents 13fdf205047b
children 9f4fc9ecfd1f
comparison
equal deleted inserted replaced
82:4bb6451ef036 83:ea758bb3bbe2
110 extern void compute_aggr_of_coord(coord_t *coord); 110 extern void compute_aggr_of_coord(coord_t *coord);
111 extern void update_aggr_matrix(coord_t *start); 111 extern void update_aggr_matrix(coord_t *start);
112 extern coord_t *preorder_coord_subtree(coord_t *root, coord_t *last); 112 extern coord_t *preorder_coord_subtree(coord_t *root, coord_t *last);
113 #define coord_hide(co) do { co->flags |= COF_HIDDEN; } while(0) 113 #define coord_hide(co) do { co->flags |= COF_HIDDEN; } while(0)
114 #define coord_show(co) do { co->flags &= ~COF_HIDDEN; } while(0) 114 #define coord_show(co) do { co->flags &= ~COF_HIDDEN; } while(0)
115 #define coord_get_mouse_event(coord) ((coord)->mouse_event)
115 116
116 117
117 /*! \brief A grahpic shape. 118 /*! \brief A grahpic shape.
118 * 119 *
119 * \dot 120 * \dot