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

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 Methods

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::AddWithoutViewport VDKObject   obj,
int    justify = l_justify,
int    expand = TRUE,
int    fill = TRUE,
int    padding = 0
 

Adds a self scrollable widget

void VDKScrolled::AddWithViewport VDKObject   obj
 

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


Member Data Documentation

VDKReadWriteValueProp<VDKScrolled,GtkShadowType> VDKScrolled::BorderShadow
 

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

  • shadow_none
  • shadow_in
  • shadow_out
  • shadow_etched_in
  • shadow_etched_out


The documentation for this class was generated from the following files:
Generated on Sat May 4 22:00:29 2002 for vdk 2.0.1 by doxygen1.2.15