File tag/Box


class tag.Box

Inherits

State supers
View

instance tag.Box

variables

public Cell title_cell;
The Cell displaying our title.
public View content_view;
The View we use for containing our subviews.
float h_spacing;
Horizontal space maintained around the contents.
float v_spacing;
Vertical space maintained around the contents.
int title_position;
The title position.
int border_type;
The border type.
float tr_x;
The title rectangle.
float tr_y;
float tr_w;
float tr_h;
float cb_x;
The contents box rectangle.
float cb_y;
float cb_w;
float cb_h;

View methods

methods

id
  initFrame (float, float, float, float) (x, y, w, h);
Designated initializer.

void
  drawSelf (float, float, float, float) (x, y, w, h);
Redraw (part of) the box.

void
  sizeTo (float, float) (w, h);
Update our idea of the rectangles.

(float, float)
  contentViewMargins;

Box methods

void
  set_title tom.String title;
Undocumented.

void
  set_title_position int pos;
Undocumented.

void
  encodeUsingCoder tom.Encoder coder;

Archiving

void
  initWithCoder tom.Decoder coder;
Undocumented.


Generated by tm 1.01.