VDKFixed Class Reference

This class wraps gtkfixed container. More...

#include <fixed.h>

Inheritance diagram for VDKFixed:

VDKObjectContainer VDKObject VDKNotCopyAble

List of all members.

Public Member Functions


Detailed Description

This class wraps gtkfixed container.

In this container the gtk+ auto layout capability is disabled, all widgets are inserted in a fixed way with theri owns coordinates.


Member Function Documentation

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.

Parameters:
x x coordinate relative to fixed origin
y y coordinate relative to fixed origin


The documentation for this class was generated from the following files:

Generated on Tue May 6 03:40:10 2008 for vdk 2.4.0 by  doxygen 1.5.5