Update simplebuttons example.
[aspectbin.git] / README
blob0b09c83f2d541a46d6d245d370260d688bc7501a
1 AspectBin - A GTK+ container for packing with constrained aspect ratio.
3 SYNOPSIS
5 AspectBin is a container which packs two widgets next to each other: one with
6 a constrained aspect ratio and another which fits in the remaining space.  It
7 is conceptually similar to the AspectFrame, but attempts to not waste space on
8 padding.  AspectBin is primarily intended for games that have an aspect
9 constrained playing area with status information on the side.  Some of the
10 problems that AspectBin attempts to solve are:
12   * A square playing area centred vertically in the window, with status
13     information to the right, aligned with the top of the playing area.
14   * Status information centred horizontally in the space remaining to the right
15     of a playing area.