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

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::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 Tue Aug 17 12:39:51 2004 for vdk 2.4.0 by doxygen 1.3.7