My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
Introduction  
Wiki introduction page for the library
Updated Jun 3, 2012 by lmelon...@gmail.com

Introduction

This is the Wiki introduction page for the library: the aim of this page is to describe how the library classes work.

Details

For now there are two classes:

  • PartialPercentLayout: it's a layout manager which wants percent values for the location of the components (if underflow it will be 0, if overflow it will be 100);
  • TotalPercentLayout: it's a PartialPercentLayout which wants percent values also for the size of the components (if underflow it will be 0, if overflow it will be 100).

Powered by Google Project Hosting