vdk 2.4.0
Public Member Functions
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:
xx coordinate relative to fixed origin
yy coordinate relative to fixed origin

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