#include <fixed.h>
Inheritance diagram for VDKFixed:

In this container the gtk+ auto layout capability is disabled, all widgets are inserted in a fixed way with theri owns coordinates.
| void VDKFixed::Add | ( | VDKObject * | obj, | |
| int | justify = l_justify, |
|||
| int | expand = TRUE, |
|||
| int | fill = TRUE, |
|||
| int | padding = 0 | |||
| ) | [virtual] |
Add an object to a fixed at <x>,<y> coordinates.
Reimplemented from VDKObjectContainer.
| void VDKFixed::Put | ( | VDKObject * | obj, | |
| int | x, | |||
| int | y | |||
| ) |
Add an object to fixed using coordinates.
| x | x coordinate relative to fixed origin | |
| y | y coordinate relative to fixed origin |
1.5.1