VDKScrolled Class Reference

this calls provides a scrolled container widget More...

#include <scrolled.h>

Inheritance diagram for VDKScrolled:

VDKObjectContainer VDKObject VDKNotCopyAble List of all members.

Public Member Functions

Public Attributes


Detailed Description

this calls provides a scrolled container widget

both horizontal and vertical scroll bars will appear when needed.


Constructor & Destructor Documentation

VDKScrolled::VDKScrolled ( VDKForm owner = NULL,
int  mode = v_box 
)

Constructor

Parameters:
owner owner form
mode either v_box or h_box, meaning that scrolled will be constructed with a v_box or h_box inside

VDKScrolled::~VDKScrolled (  )  [virtual]

Destructor


Member Function Documentation

void VDKScrolled::Add ( VDKObject obj,
int  justify = l_justify,
int  expand = TRUE,
int  fill = TRUE,
int  padding = 1 
) [virtual]

Adds a widget to scrolled

Parameters:
obj widget to be added
others args will be ignored

Reimplemented from VDKObjectContainer.

void VDKScrolled::AddWithViewport ( VDKObject obj  ) 

Adds a non self scrollable widget, acts like Add()

void VDKScrolled::AddWithoutViewport ( VDKObject obj,
int  justify = l_justify,
int  expand = TRUE,
int  fill = TRUE,
int  padding = 0 
)

Adds a self scrollable widget


Member Data Documentation

VDKReadWriteValueProp<VDKScrolled,GtkShadowType> VDKScrolled::BorderShadow

Use this property to get/set border shadow. Shadows can be:


The documentation for this class was generated from the following files:
Generated on Fri Jan 12 14:48:29 2007 for vdk 2.4.0 by  doxygen 1.5.1