public Cell title_cell;
Cell
displaying our title.
public View content_view;
View
we use for containing our subviews.
float h_spacing;
float v_spacing;
int title_position;
int border_type;
float tr_x;
float tr_y;
float tr_w;
float tr_h;
float cb_x;
float cb_y;
float cb_w;
float cb_h;
View
methodsid initFrame (float, float, float, float) (x, y, w, h);
void drawSelf (float, float, float, float) (x, y, w, h);
void sizeTo (float, float) (w, h);
(float, float) contentViewMargins;
void set_title tom.String title;
void set_title_position int pos;
void encodeUsingCoder tom.Encoder coder;
void initWithCoder tom.Decoder coder;