VDKFrame Class Reference

This class wraps a gtkframe widget. More...

#include <frame.h>

Inheritance diagram for VDKFrame:

VDKObjectContainer VDKObject VDKNotCopyAble VDKPanelbar List of all members.

Public Member Functions


Detailed Description

This class wraps a gtkframe widget.

EXAMPLES
In ./testvdk/rbuttonwin.cc


Constructor & Destructor Documentation

VDKFrame::VDKFrame ( VDKForm owner,
char *  label = (char *) NULL,
int  mode = v_box,
int  shadow = shadow_in 
)

Constructor

Parameters:
owner 
label 
mode,either v_box (vertical box) or h_box
shadow 


Member Function Documentation

VDKFrame::__rwproperty ( VDKFrame  ,
char *   
)

Sets/gets frame label

VDKFrame::__rwproperty ( VDKFrame  ,
int   
)

Sets/gets frame shadow Can be on of the following:

VDKFrame::__rwproperty ( VDKFrame  ,
int   
)

Sets/gets label alignement Can be on of the following:

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

Add an widget to frame

Parameters:
obj 
justify 
expand 
fill 
padding 

Reimplemented from VDKObjectContainer.


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