Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

VDKFixed Class Reference

This class wraps gtkfixed container. More...

#include <fixed.h>

Inheritance diagram for VDKFixed:

VDKObjectContainer VDKObject VDKNotCopyAble List of all members.

Public Methods


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 Sat May 4 22:00:27 2002 for vdk 2.0.1 by doxygen1.2.15