9 typedef struct _TXBox TXBox
;
12 struct list_head node
;
19 enum {TX_BOX_VERT
= 1<<15, TX_BOX_HORZ
= 1<<16};
21 void tx_box_init(TXObj
*obj
);
22 void tx_box_add(TXObj
*box
, TXObj
*obj
);
23 void tx_box_adjust(TXObj
*obj
);
24 int tx_box_draw(TXObj
*obj
);