Class GTK1.Fixed
- Description
A fixed container is a container that keeps it's children at fixed locations and give them fixed sizes, both given in pixels.
Example:
GTK1.Fixed()->put(GTK1.Label("100,100"), 100, 100)->put(GTK1.Label("0,0"), 0, 0)->set_usize(150,115)
- Inherit Container
inherit GTK1.Container : Container
- Method create
GTK1.Fixed GTK1.Fixed()
- Description
Create a new fixed widget