pike.hubbe.net

[Top]
GTK
GTK.Fixed
previousGTK.FileSelection()->show_fileop_buttons() GTK.Fixed()->create()next

Class GTK.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: GTK.Fixed()->put(GTK.Label("100,100"), 100, 100)->put(GTK.Label("0,0"), 0, 0)->set_usize(150,115)

Inherits

  • GTK.Container

Extracted from Pike v7.3 release 11 at 2001-11-03.