Widget.measure - multiple declarations

Function Widget.measure

Measure widget according to desired width and height constraints. (Step 1 of two phase layout).

Prototype

void measure(
  int parentWidth,
  int parentHeight
);

Function Widget.measure

Measure widget according to desired width and height constraints. (Step 1 of two phase layout).

Prototype

void measure(
  int parentWidth,
  int parentHeight
);

Function Widget.measure

Measure widget according to desired width and height constraints. (Step 1 of two phase layout).

Prototype

void measure(
  int parentWidth,
  int parentHeight
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0