Main Page | Class Hierarchy | Alphabetical List | Compound List | File List | Compound Members | Related Pages

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 , 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 Wed Aug 6 11:01:56 2003 for vdk 2.0.3 by doxygen 1.3.2