Extracted from Pike v8.0 release 28 as of 2015-09-20.
   

Class GTK1.Fixed

Inheritance graph
GTK1.Object GTK1.Widget GTK1.Container 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